HttpCookieCollection::Item Property
.NET Framework (current version)
Gets the cookie with the specified name from the cookie collection. This property is overloaded to allow retrieval of cookies by either name or numerical index.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Gets the cookie with the specified numerical index from the cookie collection. |
![]() | Item[String^] | Gets the cookie with the specified name from the cookie collection. |
Show:
