UnvalidatedRequestValuesWrapper Class
.NET Framework 4.5
Provides a wrapper class for the UnvalidatedRequestValuesBase class, and provides access to HTTP request values without triggering ASP.NET request validation.
Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
The UnvalidatedRequestValuesWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | UnvalidatedRequestValuesWrapper | Initializes a new instance of the UnvalidatedRequestValuesWrapper class. |
| Name | Description | |
|---|---|---|
![]() | Cookies | Gets the collection of cookies that the client sent, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.Cookies.) |
![]() | Files | Gets the collection of files that the client uploaded, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.Files.) |
![]() | Form | Gets the collection of form variables that the client submitted, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.Form.) |
![]() | Headers | Gets the collection of HTTP headers that the client sent, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.Headers.) |
![]() | Item | Gets the specified object from the Form, Cookies, QueryString, or ServerVariables collection, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.Item.) |
![]() | Path | Gets the virtual path of the requested resource without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.Path.) |
![]() | PathInfo | Gets additional path information for a resource that has a URL extension, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.PathInfo.) |
![]() | QueryString | Gets the collection of HTTP query string variables that the client submitted, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.QueryString.) |
![]() | RawUrl | Gets the part of the requested URL that follows the website name, without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.RawUrl.) |
![]() | Url | Gets the URL data for the request without triggering ASP.NET request validation. (Overrides UnvalidatedRequestValuesBase.Url.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
For information about request validation, see UnvalidatedRequestValues.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
