Click or drag to resize

ValidateRequestVerificationTokenAttribute Properties

The ValidateRequestVerificationTokenAttribute type exposes the following members.

Properties
  Name Description
Public property AllowMultiple Gets a value that indicates whether multiple filters are allowed.
(Inherited from FilterAttribute)
Public property 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.
Public property 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.
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
Top
See Also