Click or drag to resize
CookieHelperGetCookieDefaultValueInternal Method
Gets the default value of a cookie

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetCookieDefaultValueInternal(
	string name
)

Parameters

name
Type: SystemString
Cookie name

Return Value

Type: String
See Also