Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.StaticPages.StaticPageManager.GetSiteStaticPagesAsync Method

Retrieves a list of all static pages.

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

Syntax

public Task<List<PageEntry>> GetSiteStaticPagesAsync();

Return Value

A list of all currently saved static pages.

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