HttpCookieCollection::Get Method
.NET Framework (current version)
Returns an individual HttpCookie object 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 | |
|---|---|---|
![]() | Get(Int32) | Returns the HttpCookie item with the specified index from the cookie collection. |
![]() | Get(String^) | Returns the cookie with the specified name from the cookie collection. |
Show:
