ReadJsonFilter Members
The ReadJsonFilter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ReadJsonFilter |
Initializes a new instance of the ReadJsonFilter class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Attribute.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Attribute.) |
|
|
GetType | (Inherited from Object.) |
|
|
IsDefaultAttribute | (Inherited from Attribute.) |
|
|
Match(System.Object) | (Inherited from Attribute.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnActionExecuted(System.Web.Mvc.ActionExecutedContext) | (Inherited from ActionFilterAttribute.) |
|
|
OnActionExecuting(ActionExecutingContext) |
Called by the ASP.NET MVC framework before the action method executes.
|
|
|
OnActionExecuting(System.Web.Mvc.ActionExecutingContext) | (Inherited from ActionFilterAttribute.) |
|
|
OnResultExecuted(System.Web.Mvc.ResultExecutedContext) | (Inherited from ActionFilterAttribute.) |
|
|
OnResultExecuting(System.Web.Mvc.ResultExecutingContext) | (Inherited from ActionFilterAttribute.) |
|
|
ToString | (Inherited from Object.) |
|
|
TryParseValue |
Attemps to parse rawValue and stores the return in parsedValue.
|
Properties
| Name | Description | |
|---|---|---|
|
|
ActionParameter | |
|
|
AllowMultiple | (Inherited from FilterAttribute.) |
|
|
InputValueType | |
|
|
Order | (Inherited from FilterAttribute.) |
|
|
TypeId | (Inherited from Attribute.) |

