AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

CookieHelper..::..GetFromCookie Method (HttpContext, String, String)

Retrieves a single value from Request.Cookies

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

Syntax


public static string GetFromCookie(
	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

System.String.