HttpCookieCollection::Get Method (String^)
.NET Framework (current version)
Returns the cookie with the specified name from the cookie collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System::String^
The name of the cookie to retrieve from the collection.
If the named cookie does not exist, this method creates a new cookie with that name.
The following example captures the cookie collection sent by the client into a new cookie collection, retrieves the cookie named "LastVisit" from the new collection, and updates the cookie's value to the current date and time.
.NET Framework
Available since 1.1
Available since 1.1
Show: