Search
DiagramView.ToJson Method
See Also
 





Serializes the DiagramView's data to JSON.

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

 Syntax

C#  Copy Code

public static string ToJson (
    DiagramView view
)

Visual Basic  Copy Code

Public Shared Function ToJson( _
    view As DiagramView _
) As String

 Parameters

view

An instance of the DiagramView class.

 Return Value

The JSON string.

 See Also