Click or drag to resize

CookieCollectionAdd 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
public void Add(
	Cookie cookie
)

Parameters

cookie
Type: Dynamicweb.EnvironmentCookie
The Cookie to add to the collection

Implements

ICookieCollectionAdd(Cookie)
See Also