CookieHelperGetExistingCookie Method |
Returns the existing cookie.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static IHttpCookie GetExistingCookie(
string cookieName
)
Parameters
- cookieName
- Type: SystemString
Cookie name
Return Value
Type:
IHttpCookieSee Also