HttpRequest.Item Property (String)
.NET Framework (current version)
Gets the specified object from the QueryString, Form, Cookies, or ServerVariables collections.
Assembly: System.Web (in System.Web.dll)
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 specified in the key parameter. If the specified key is not found, then null is returned.
.NET Framework
Available since 1.1
Available since 1.1
Show: