Search
NodeListViewExtensions.NodeListView Method (IHtmlHelper, String, IDictionary(String, 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 IHtmlContent NodeListView (
    IHtmlHelper helper,
    string id,
    IDictionary<string, Object> htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function NodeListView( _
    helper As IHtmlHelper, _
    id As String, _
    htmlAttributes As IDictionary(Of String, Object) _
) As IHtmlContent

 Parameters

helper

The HTML helper

id

The Id of the NodeListView

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also