CookieHelperGetValueInternal Method |
Returns the given cookie value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax protected virtual string GetValueInternal(
string name,
bool useDefaultValue,
bool allowSensitiveData
)
Parameters
- name
- Type: SystemString
Cookie name to retrieve - useDefaultValue
- Type: SystemBoolean
If true, the cookie is allowed to use the configured default value - allowSensitiveData
- Type: SystemBoolean
Allows retrieving data from sensitive authentication cookies.
Return Value
Type:
StringSee Also