Click or drag to resize
CookieHelperRemoveResponseCookie Method
Removes cookie from response.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static void RemoveResponseCookie(
	string name
)

Parameters

name
Type: SystemString
See Also