Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFContainer<TYPE>.RenderContainerAsync Method

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

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

Syntax

public Task<string> RenderContainerAsync( TYPE model );

Parameters

model

The model being rendered by the component.

Return Value

The component rendered as HTML.

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