Search
DiagramView.MaxJsonLength Property
See Also
 





Gets or sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances.

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

 Syntax

C#  Copy Code

public static int MaxJsonLength { get; set; }

Visual Basic  Copy Code

Public Shared Property MaxJsonLength As Integer

 Property Value

 See Also