Validate
|
The ValidateRequestVerificationTokenAttribute type exposes the following members.
Name | Description | |
---|---|---|
AllowMultiple | Gets a value that indicates whether multiple filters are allowed. (Inherited from FilterAttribute) |
|
FormValidation | Gets or sets flag that determines if validation should occur via posted form data or header data. Set to true to use form data with RequestVerificationToken function; otherwise, set to false to use with RequestVerificationHeaderToken function (e.g., when used via JSON). Defaults to false. | |
HttpMethods | Gets or sets HTTP methods, as a comma separated value string, for which validation will apply. Defaults to *, meaning validation applies to all possible HTTP methods. | |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute) |