Search
ItemListViewExtensions.ItemListView Method (IHtmlHelper, ItemListView, IDictionary(String, Object))
See Also
 





Returns an ItemListView by using the specified HTML helper.

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

 Syntax

C#  Copy Code

public static IHtmlContent ItemListView (
    IHtmlHelper helper,
    ItemListView view,
    IDictionary<string, Object> htmlAttributes
)

Visual Basic  Copy Code

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

 Parameters

helper

The HTML helper

view

The ItemListView

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also