CookieHelper.ResponseCookieExists Method (String, HttpCookie)Kentico 8.0 API Reference
Checks if response cookie exists.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

name
Type: OnlineSystem.String
Cookie name
cookie
Type: OnlineSystem.Web.HttpCookie
Output the existing cookie

Return Value

Type: OnlineBoolean
See Also