HttpRequest.Item Property
.NET Framework 3.0
Gets the specified object from the Cookies, Form, QueryString or ServerVariables collections.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Item (String key)
Not applicable.
Parameters
- key
The name of the collection member to get.
Property Value
The QueryString, Form, Cookies, or ServerVariables collection member specified in the key parameter. If the specified key is not found, then a null reference (Nothing in Visual Basic) is returned.Community Additions
ADD
Show: