Search
TabbedDiagramViewExtensions.TabbedDiagramView Method (IHtmlHelper, TabbedDiagramView, IDictionary(String, Object))
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,
    IDictionary<string, Object> htmlAttributes
)

Visual Basic  Copy Code

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

 Parameters

helper

The HTML helper

tabbedDiagramView

The TabbedDiagramView

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also