Click or drag to resize
CookieHelperGetValue Method (String)
Returns the given cookie value.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string GetValue(
	string name
)

Parameters

name
Type: SystemString
Cookie name to retrieve

Return Value

Type: String
See Also