HttpCookieCollection::GetKey Method (Int32)

 

Returns the key (name) of the cookie at the specified numerical index.

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

public:
String^ GetKey(
	int index
)

Parameters

index
Type: System::Int32

The index of the key to retrieve from the collection.

Return Value

Type: System::String^

The name of the cookie specified by index.

The following example returns each cookie from the cookie collection, checks whether it is named "LastVisit", and, if "LastVisit" is found, updates its value to the current date and time.

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

.NET Framework
Available since 1.1
Return to top
Show: