Search
TabbedDiagramView.ToJson Method
See Also
 





Serializes the DiagramView's data to JSON.

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

 Syntax

C#  Copy Code

public new static string ToJson (
    TabbedDiagramView view
)

Visual Basic  Copy Code

Public Shadows Shared Function ToJson( _
    view As TabbedDiagramView _
) As String

 Parameters

view

 Return Value

The JSON string.

 See Also