Click or drag to resize
IHttpCookieCollectionRemove Method
Removes the cookie with the specified name from the collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void Remove(
	string name
)

Parameters

name
Type: SystemString
See Also