HttpCookieCollection::Item Property

 

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.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubpropertyItem[Int32]

Gets the cookie with the specified numerical index from the cookie collection.

System_CAPS_pubpropertyItem[String^]

Gets the cookie with the specified name from the cookie collection.

Return to top
Show: