HttpCookie::Item Property (String^)
.NET Framework (current version)
Gets a shortcut to the HttpCookie::Values property. This property is provided for compatibility with previous versions of Active Server Pages (ASP).
Assembly: System.Web (in System.Web.dll)
public: property String^ default[ String^ key ] { String^ get(String^ key); void set(String^ key, String^ value); }
Parameters
- key
-
Type:
System::String^
The key (index) of the cookie value.
.NET Framework
Available since 1.1
Available since 1.1
Show: