Gets or sets the maximum length of JSON strings that are accepted by internal JavaScriptSerializer instances.
Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms
C# Copy Code |
---|
public static int MaxJsonLength { get; set; } |
Visual Basic Copy Code |
---|
Public Shared Property MaxJsonLength As Integer |
The maximum length of JSON strings. The default value is 2097152 characters.