HttpRequestBase.Item Property (String)
.NET Framework (current version)
When overridden in a derived class, gets the specified object from the Cookies, Form, QueryString, or ServerVariables collections.
Assembly: System.Web (in System.Web.dll)
abstract Item : key:string -> string with get override Item : key:string -> string with get
Parameters
- key
-
Type:
System.String
The name of the collection member to get.
Property Value
Type: System.StringThe QueryString, Form, Cookies, or ServerVariables collection member that is specified by key. If the specified key value is not found, null is returned.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: