Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFPage Interface

This interface is implemented by pages. The framework calls the RenderPageHeaderAsync and RenderPageBodyAsync methods to render the page.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public interface IYetaWFPage;

Methods

PublicAdditionalProcessingAsyncCalled by the framework for additional processing to be performed.
PublicGetPanesReturns the names of all panes available in this page.
PublicRenderPageBodyAsyncRenders the page body (<body>, contents and </body>).
PublicRenderPageHeaderAsyncRenders the page header (everything before <body>).

See Also YetaWF.Core Overview