Click or drag to resize
CookieHelperGetCookieTable Method
Gets the table of cookies.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static DataTable GetCookieTable(
	HttpCookieCollection cookies,
	string name
)

Parameters

cookies
Type: System.WebHttpCookieCollection
Cookies collection
name
Type: SystemString
Table name

Return Value

Type: DataTable
See Also