Dynamicweb 9
Dynamicweb 9
Dynamicweb.Environment.Web
CookieCollection Class
CookieCollection Methods
Add Method
CopyTo Method
GetEnumerator Method
Remove Method
Set Method
CookieCollection
Remove 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
C#
VB
Copy
public
void
Remove
(
string
name
)
Public
Sub
Remove
(
name
As
String
)
Parameters
name
Type:
System
String
The name of the Cookie to remove
Implements
ICookieCollection
Remove(String)
See Also
Reference
CookieCollection Class
Dynamicweb.Environment.Web Namespace