Returns a DiagramView by using the specified HTML helper.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
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.
RemarksUse 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.
ExampleHTML
Copy Code
|
|---|
@Html.DiagramView( |
See Also