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
Public methodStatic member Validate() Validates that input data from an HTML form field comes from the user who submitted the data.
Public methodStatic member Validate(String, String) Validates that input data from an HTML form field comes from the user who submitted the data.
Public methodStatic member 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

See Also

Reference

AntiForgery Class

System.Web.Helpers Namespace