Click or drag to resize

CookieCollectionRemove Method

Removes the Cookie with the specified name from the Collection

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Remove(
	string name
)

Parameters

name
Type: SystemString
The name of the Cookie to remove

Implements

ICookieCollectionRemove(String)
See Also