Hide

YetaWF.ComponentsHTML-Paketdokumentation

Display
Print

YetaWF.Modules.ComponentsHTML.Views.ContainerView.RenderViewAsync Method

Renders the a partial view which is just the component.

Class: YetaWF.Modules.ComponentsHTML.Views.ContainerView
Namespace: YetaWF.Modules.ComponentsHTML.Views
Assembly: YetaWF.ComponentsHTML

Syntax

public Task<string> RenderViewAsync(
    YetaWF.Core.Modules.ModuleDefinition module,
    ContainerData model );

Parameters

module

The module on behalf of which the tree data portion is rendered.

model

The model being rendered by the tree data portion.

Return Value

The HTML representing the tree data portion.

See Also YetaWF.Modules.ComponentsHTML.Views.ContainerView ClassYetaWF.ComponentsHTML PackageYetaWF.Core