Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.StaticPageManager Property

Returns the instance of StaticPageManager associated with the current HTTP request.

Class: YetaWF.Core.Support.YetaWFManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public StaticPageManager StaticPageManager { get; }

Remarks

The Static Page Manager instance is used to manage a site's static pages. It is only allocated if static pages are actually used.

See Also YetaWF.Core.Support.YetaWFManager ClassYetaWF.Core Overview