Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.YetaWFManager.RenderStaticPage Property

Indicates whether the current page being rendered is actually rendered as a static page.

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

Syntax

public bool RenderStaticPage { get; set; }

Remarks

A page may be marked as a static page, but will only be rendered as a static page if there is no logged on user and if site settings permit static pages.

Static pages are only used with deployed sites.

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