CookieHelperGetValue Method (String) |
Returns the given cookie value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string GetValue(
string name
)
Parameters
- name
- Type: SystemString
Cookie name to retrieve
Return Value
Type:
StringSee Also