JsonRequestAttribute class
namespace: Serenity.Services assembly: Serenity.Net.Web
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true)]
public class JsonRequestAttribute : ActionFilterAttribute
Public Members
| name | description |
|---|---|
| JsonRequestAttribute() | The default constructor. |
| AllowForm { get; set; } | |
| AllowGet { get; set; } | |
| AllowQuery { get; set; } | |
| ParamName { get; set; } | |
| override OnActionExecuting(…) | |
| static DefaultAllowForm { get; set; } | |
| static DefaultAllowGet { get; set; } | |
| static DefaultAllowQuery { get; set; } |
See Also
- Source: JsonRequestAttribute.cs