UnvalidatedRequestValuesBase.Item Property (String)
.NET Framework (current version)
When overridden in a derived class, gets the specified object from the Form, Cookies, QueryString, or ServerVariables collection, without triggering ASP.NET request validation.
Assembly: System.Web (in System.Web.dll)
abstract Item : field:string -> string with get override Item : field:string -> string with get
Parameters
- field
-
Type:
System.String
The key of the object to retrieve.
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
Notes to Inheritors:
If you override this property in a derived class, you must manually check the data for potential cross-site scripting attacks.
.NET Framework
Available since 4.5
Available since 4.5
Show: