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