AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CookieHelper..::..CookieExist Method

Cookies the exist.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static bool CookieExist(
	HttpContext context,
	string cookieName,
	string keyName
)

Parameters

context
Type: HttpContext
The context.
cookieName
Type: String
Name of the cookie.
keyName
Type: String
Name of the key.

Return Value

true if XXXX, false otherwise.