Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Skins.Pages.PlainPage.RenderPageBodyAsync Method

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

Class: YetaWF.Core.Skins.Pages.PlainPage
Namespace: YetaWF.Core.Skins.Pages
Assembly: YetaWF.Core

Syntax

public Task<string> RenderPageBodyAsync();

Return Value

The HTML representing the page body.

See Also YetaWF.Core.Skins.Pages.PlainPage ClassYetaWF.Core Overview