JsonFilter class

namespace: Serenity.Services   assemblySerenity.Net.Web

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = true)]
public class JsonFilter : ActionFilterAttribute

Public Members

name description
JsonFilter() 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