JsonDateParserFilter Members
The JsonDateParserFilter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
JsonDateParserFilter(String, DateTimeStyles) |
Use this constructor if values are serialized to JSON in the ISO 8601 format
but Controller does not deserialize them properly.
|
|
|
JsonDateParserFilter(String, String, DateTimeStyles) |
Use this constructor if the client-side cannot return ISO 8601 formatted
values but form field values conform to a culture.
|
|
|
JsonDateParserFilter(String, DateTimeStyles, String) |
Use this constructors as a last resort when the received date format needs to
be specified manually.
|
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.
(Inherited from ReadJsonFilter.) |
|
|
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 |
Properties
| Name | Description | |
|---|---|---|
|
|
ActionParameter | (Inherited from ReadJsonFilter.) |
|
|
AllowMultiple | (Inherited from FilterAttribute.) |
|
|
InputValueType | |
|
|
Order | (Inherited from FilterAttribute.) |
|
|
TypeId | (Inherited from Attribute.) |

