Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.StaticPages.StaticPageManager.RemovePageAsync Method

Removes a static page.

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

Syntax

public Task RemovePageAsync( string localUrl );

Parameters

localUrl

The page whose saved static page is to be removed.

Remarks

The next time the page is accessed, it will be saved again as a static page.

See Also YetaWF.Core.Support.StaticPages.StaticPageManager ClassYetaWF.Core Overview