JsonResult.MaxJsonLength 属性

定义

获取或设置数据的最大长度。

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

属性值

数据的最大长度。

适用于