Click or drag to resize
CookieHelperResponseCookieExists Method (String)
Checks if response cookie exists.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool ResponseCookieExists(
	string name
)

Parameters

name
Type: SystemString
Cookie name

Return Value

Type: Boolean
See Also