Creates an instance of DiagramView.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public static DiagramView FromRequest ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromRequest( _ |
The Id of the DiagramView
An HttpRequest object that contains the json data for the view.
See Also