Click or drag to resize

CookieCollectionSet Method

Updates an existing cookie, or adds it as a new cookie.

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Set(
	Cookie cookie
)

Parameters

cookie
Type: Dynamicweb.EnvironmentCookie
The cookie to update or add

Implements

ICookieCollectionSet(Cookie)
See Also