Search
TabbedDiagramViewExtensions.TabbedDiagramView Method (IHtmlHelper, TabbedDiagramView, String)
See Also
 





Returns a TabbedDiagramView by using the specified HTML helper.

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

 Syntax

C#  Copy Code

public static IHtmlContent TabbedDiagramView (
    IHtmlHelper helper,
    TabbedDiagramView tabbedDiagramView,
    string initFunction
)

Visual Basic  Copy Code

Public Shared Function TabbedDiagramView( _
    helper As IHtmlHelper, _
    tabbedDiagramView As TabbedDiagramView, _
    initFunction As String _
) As IHtmlContent

 Parameters

helper

The HTML helper

tabbedDiagramView

The TabbedDiagramView

initFunction

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

 Return Value

 See Also