JsonResult.RecursionLimit Property

Definition

Gets or sets the recursion limit.

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

Property Value

The recursion limit.

Applies to