Dynamicweb 9
Dynamicweb 9
Dynamicweb.Environment.Web
CookieCollection Class
CookieCollection Methods
Add Method
CopyTo Method
GetEnumerator Method
Remove Method
Set Method
CookieCollection
Add Method
Adds the specified Cookie to the Cookie Collection
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
C#
VB
Copy
public
void
Add
(
Cookie
cookie
)
Public
Sub
Add
(
cookie
As
Cookie
)
Parameters
cookie
Type:
Dynamicweb.Environment
Cookie
The Cookie to add to the collection
Implements
ICookieCollection
Add(Cookie)
See Also
Reference
CookieCollection Class
Dynamicweb.Environment.Web Namespace