Search
TabbedDiagramView.SaveToJson Method
See Also
 





Serializes the TabbedDiagramView's data to JSON.

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

 Syntax

C#  Copy Code

public override string SaveToJson ()

Visual Basic  Copy Code

Public Overrides Function SaveToJson () As String

 Return Value

The JSON string.

 See Also