Search
NodeListViewExtensions.NodeListView Method (IHtmlHelper, String, DiagramNodeCollection)
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,
    string id,
    DiagramNodeCollection items
)

Visual Basic  Copy Code

Public Shared Function NodeListView( _
    helper As HtmlHelper, _
    id As String, _
    items As DiagramNodeCollection _
) As MvcHtmlString

 Parameters

helper

The HTML helper

id

The Id of the NodeListView.

items

The items to be displayed

 Return Value

 See Also