JsonResult.MaxJsonLength Property

Definition

Gets or sets the maximum length of data.

public int? MaxJsonLength { get; set; }
member this.MaxJsonLength : Nullable<int> with get, set
Public Property MaxJsonLength As Nullable(Of Integer)

Property Value

The maximum length of data.

Applies to