AntiForgery.Validate Method
Include Protected Members
Include Inherited Members
Validates that input data from an HTML form field comes from the user who submitted the data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Validate() | Validates that input data from an HTML form field comes from the user who submitted the data. | |
Validate(String, String) | Validates that input data from an HTML form field comes from the user who submitted the data. | |
Validate(HttpContextBase, String) | Obsolete. Validates that input data from an HTML form field comes from the user who submitted the data and lets callers specify additional validation details. |
Top