HttpRequest::ValidateInput Method
Causes validation to occur for the collections accessed through the Cookies, Form, and QueryString properties.
Assembly: System.Web (in System.Web.dll)
| Exception | Condition |
|---|---|
| HttpRequestValidationException | Potentially dangerous data was received from the client. |
The HttpRequest class uses input validation flags to track whether to perform validation on the request collections accessed through the Cookies, Form, and QueryString properties. The ValidateInput method sets these flags so that when the get accessors for the Cookies, Form, or QueryString property are invoked, input validation is performed. Validation works by checking all input data against a hard-coded list of potentially dangerous data.
If the validation feature is enabled by page directive or configuration, this method is called during the page's ProcessRequest processing phase. The ValidateInput method can be called by your code if the validation feature is not enabled.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.