Click or drag to resize
HashValidationAttribute Properties

The HashValidationAttribute type exposes the following members.

Properties
  NameDescription
Public propertyContainsMacro
If true, the attribute contains macros
(Inherited from AbstractAttribute.)
Public propertyExcludedParameters
Specifies query parameters which are excluded from hash counting. Parameters are separated by semicolon.
Public propertyExistingObject
If True, attribute is applied only when edited object is defined.
(Inherited from AbstractAttribute.)
Public propertyHashSalt
Hash salt.
Public propertyName
Name of the query parameter which contains hash value.
Public propertyNewObject
If True, attribute is applied only when edited object is not defined.
(Inherited from AbstractAttribute.)
Public propertyRedirect
Whether should be user redirected if hash validation fails.
Public propertyUserSpecific
Whether hash counting is user specific or not.
Public propertyValidateWithoutParameters
Whether should be hash validated with excluded parameters if without them validation fails.
Top
See Also