Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.YetaWFController.TreePartialViewAsync Method

Returns an action result that renders tree contents as a partial view.

Class: YetaWF.Core.Controllers.YetaWFController
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

protected Task<PartialViewResult> TreePartialViewAsync<TYPE>(
    TreeDefinition treeModel,
    List<TYPE> list );

Parameters

treeModel

(not specified)

list

(not specified)

Return Value

Returns an action result that renders tree contents as a partial view.

Remarks

Used for tree components.

See Also YetaWF.Core.Controllers.YetaWFController ClassYetaWF.Core Overview