Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.PlainPageBase.RenderPageBodyAsync Method

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

Class: YetaWF.Core.Components.PlainPageBase
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.PlainPageBase ClassYetaWF.Core Overview