Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFComponent<TYPE>.RenderAsync Method

Called by the framework when the component needs to be rendered as HTML.

Class: YetaWF.Core.Components.IYetaWFComponent<TYPE>
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public Task<string> RenderAsync( TYPE model );

Parameters

model

The model being rendered by the component.

Return Value

The component rendered as HTML.

See Also YetaWF.Core.Components.IYetaWFComponent<TYPE> ClassYetaWF.Core Overview