Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFPage.RenderPageBodyAsync Method

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

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

Syntax

public Task<string> RenderPageBodyAsync();

Return Value

The HTML representing the page body.

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