JsonResult.JsonRequestBehavior Property
Gets or sets a value that indicates whether HTTP GET requests from the client are allowed.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Property JsonRequestBehavior As JsonRequestBehavior Get Set 'Usage Dim instance As JsonResult Dim value As JsonRequestBehavior value = instance.JsonRequestBehavior instance.JsonRequestBehavior = value
Property Value
Type: System.Web.Mvc.JsonRequestBehaviorA value that indicates whether HTTP GET requests from the client are allowed.
Show: