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)
public: property String^ default[ String^ key ] { virtual String^ get(String^ key) override; }
Parameters
- key
-
Type:
System::String^
The name of the collection member to get.
Property Value
Type: System::String^The 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: