Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.PopupPageBase.RenderPageBodyAsync Method

Renders the page body (<body>, contents and </body>).

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

Syntax

public virtual Task<string> RenderPageBodyAsync();

Return Value

The HTML representing the page body.

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