Search
TabbedDiagramView.FromRequest Method
See Also
 





Creates an instance of TabbedDiagramView.

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

 Syntax

C#  Copy Code

public new static TabbedDiagramView FromRequest (
    string id,
    HttpRequest request
)

Visual Basic  Copy Code

Public Shadows Shared Function FromRequest( _
    id As String, _
    request As HttpRequest _
) As TabbedDiagramView

 Parameters

id

The Id of the TabbedDiagramView

request

An HttpRequest object that contains the json data for the view.

 Return Value

 See Also