Click or drag to resize
IResponseCookieCollectionRemove Method
Removes cookie from collection.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
void Remove(
	string key
)

Parameters

key
Type: SystemString
Name of the cookie to remove.
See Also