Search
DiagramViewExtensions.DiagramView Method (IHtmlHelper, DiagramView, String, Object)
See Also
 





Returns a DiagramView by using the specified HTML helper.

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

 Syntax

C#  Copy Code

public static MvcHtmlString DiagramView (
    HtmlHelper helper,
    DiagramView diagramView,
    string initFunction,
    Object htmlAttributes
)

Visual Basic  Copy Code

Public Shared Function DiagramView( _
    helper As HtmlHelper, _
    diagramView As DiagramView, _
    initFunction As String, _
    htmlAttributes As Object _
) As MvcHtmlString

 Parameters

helper

The HTML helper

diagramView

The DiagramView

initFunction

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

htmlAttributes

An object containing the HTML attributes for the control.

 Return Value

 See Also