Search
ItemListViewExtensions.ItemListView Method (IHtmlHelper, String, DiagramItemCollection)
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,
    string id,
    DiagramItemCollection items
)

Visual Basic  Copy Code

Public Shared Function ItemListView( _
    helper As IHtmlHelper, _
    id As String, _
    items As DiagramItemCollection _
) As IHtmlContent

 Parameters

helper

The HTML helper

id

The Id of the ItemListView

items

The items to be displayed

 Return Value

 See Also