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

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool ResponseCookieExists(
	string name,
	ref HttpCookie cookie
)

Parameters

name
Type: SystemString
Cookie name
cookie
Type: System.WebHttpCookie
Output the existing cookie

Return Value

Type: Boolean
See Also