Search
TabbedDiagramViewExtensions.TabbedDiagramView Method (IHtmlHelper, String, DiagramDocument)
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,
    string id,
    DiagramDocument document
)

Visual Basic  Copy Code

Public Shared Function TabbedDiagramView( _
    helper As IHtmlHelper, _
    id As String, _
    document As DiagramDocument _
) As IHtmlContent

 Parameters

helper

The HTML helper

id

The Id of the TabbedDiagramView

document

The DiagramDocument displayed by the view

 Return Value

 See Also