Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Views.GridPartialDataView.RenderViewAsync Method

Renders the a grid partial view which is just the grid data portion.

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

Syntax

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

Parameters

module

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

model

The model being rendered by the grid data portion.

Return Value

The HTML representing the grid data portion.

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