Description

Protects against form tampering. It ensures that: - Form`s action (URL) is not modified. - Unknown / extra fields are not added to the form. - Existing fields have not been removed from the form. - Values of hidden inputs have not been changed. @internal

Properties