Returns a DiagramView by using the specified HTML helper.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
C# Copy Code |
---|
public static MvcHtmlString DiagramView ( |
Visual Basic Copy Code |
---|
Public Shared Function DiagramView( _ |
The HTML helper
The DiagramView
An object containing the HTML attributes for the control.
Use the htmlAttributes parameter to pass style data to the control's outer div element. The following example sets the control's width and height properties and hides the scrollbars.
HTML Copy Code |
---|
@Html.DiagramView( |