Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.StaticPages.StaticPageManager Class

An instance of this class keeps track of all static pages which are saved when a page is accessed for the first time.

For more information about static pages see https://YetaWF.com/Documentation/YetaWF/Topic/g_doc_staticpages.

Namespace: YetaWF.Core.Support.StaticPages
Assembly: YetaWF.Core

Inheritance

Syntax

public class StaticPageManager : YetaWF.Core.Support.IInitializeApplicationStartupFirstNodeOnly;

Constructors

PublicStaticPageManagerConstructor.

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicGetSiteStaticPagesAsyncRetrieves a list of all static pages.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInitializeFirstNodeStartupAsyncCalled when the first node of a multi-instance site is starting up. For internal framework use only.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicRemoveAllPagesAsyncRemoves all static pages.
PublicRemovePageAsyncRemoves a static page.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

Enums

ProtectedPageEntryEnumDefines the method with which the static page is stored.

See Also YetaWF.Core Overview