Click or drag to resize
IResponseCookiesDelete Method
Sets an expired cookie.

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

Parameters

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