Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.Views.PropertyListEditView.RenderViewAsync Method

Renders the view.

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

Syntax

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

Parameters

module

The module on behalf of which the view is rendered.

model

The model being rendered by the view.

Return Value

The HTML representing the view.

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