JsonResult::RecursionLimit Property

Gets or sets the recursion limit.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property Nullable<int> RecursionLimit {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>
The recursion limit.
Show: