Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFView2<TMODULE,TMODEL>.RenderPartialViewAsync Method

Renders the view's partial view. A partial view is the portion of the view between <form> and </form> tags.

Class: YetaWF.Core.Components.IYetaWFView2<TMODULE,TMODEL>
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public Task<string> RenderPartialViewAsync(
    TMODULE module,
    TMODEL model );

Parameters

module

The module on behalf of which the partial view is rendered.

model

The model being rendered by the partial view.

Return Value

The HTML representing the partial view.

See Also YetaWF.Core.Components.IYetaWFView2<TMODULE,TMODEL> ClassYetaWF.Core Overview