Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.PopupPageBase.RenderPageHeaderAsync Method

Renders the page header (everything before <body>).

Class: YetaWF.Core.Components.PopupPageBase
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public virtual Task<string> RenderPageHeaderAsync();

Return Value

The HTML representing the page header.

See Also YetaWF.Core.Components.PopupPageBase ClassYetaWF.Core Overview