Search
NodeListViewExtensions.NodeListView Method (IHtmlHelper, NodeListView, Object)
See Also
 





Returns a NodeListView by using the specified HTML helper.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public static MvcHtmlString NodeListView (
    HtmlHelper helper,
    NodeListView view,
    Object htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function NodeListView( _
    helper As HtmlHelper, _
    view As NodeListView, _
    htmlAttributes As Object _
) As MvcHtmlString

 Parameters

helper

The HTML helper

view

The NodeListView

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also