| CookieHelperResponseCookieExists Method (String, HttpCookie) | 
            Checks if response cookie exists.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic 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