HttpCookieCollection::Add Method (HttpCookie^)
.NET Framework (current version)
Adds the specified cookie to the cookie collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- cookie
-
Type:
System.Web::HttpCookie^
The HttpCookie to add to the collection.
Any number of cookie collections can exist within an application, but only the collection referenced by the intrinsic Cookies object is sent to the client.
The Add method allows duplicate cookies in the cookie collection. Use the Set method to ensure the uniqueness of cookies in the cookie collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: