HttpRequestWrapper.Item Property (String)
.NET Framework (current version)
Gets the specified object from the Cookies, Form, QueryString, 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 that is specified by key. If the specified key value is not found, null is returned.
.NET Framework
Available since 3.5
Available since 3.5
Show: