Validation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use System.Web.HttpRequest.Unvalidated instead.
Excludes fields of the Request object from being checked for potentially unsafe HTML markup and client script.
[System.Obsolete("Use System.Web.HttpRequest.Unvalidated instead.")]
public static class Validation
type Validation = class
Public Module Validation
- Inheritance
-
Validation
- Attributes
Methods
Unvalidated(HttpRequest, String) |
Returns a value from the specified form field, cookie, or query-string variable without checking it first for HTML markup and client script. |
Unvalidated(HttpRequest) |
Returns a version of form values, cookies, and query-string variables without checking them first for HTML markup and client script. |
Unvalidated(HttpRequestBase, String) |
Returns the specified value from the Request object without checking it first for HTML markup and client script. |
Unvalidated(HttpRequestBase) |
Returns all values from the Request object (including form fields, cookies, and the query string) without checking them first for HTML markup and client script. |