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

Visual Basic  Copy Code

Public Shared Function ItemListView( _
    helper As IHtmlHelper, _
    view As ItemListView, _
    initFunction As String _
) As IHtmlContent

 Parameters

helper

The HTML helper

view

The ItemListView

initFunction

The name of the function that will contain the initializing scripts for the view.

 Return Value

 See Also