HttpCookieCollection::Item Property (Int32)

 

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

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

public:
property HttpCookie^ default[
	int index
] {
	HttpCookie^ get(int index);
}

Parameters

index
Type: System::Int32

The index of the cookie to retrieve from the collection.

Property Value

Type: System.Web::HttpCookie^

The HttpCookie specified by index.

The following example stores the name of the first cookie as a string variable (index = 0) in a cookie collection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: