Click or drag to resize
CookieHelperGetDistinctCookieNames Method
Gets names of both request and response cookies without duplicates.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static IEnumerable<string> GetDistinctCookieNames()

Return Value

Type: IEnumerableString
See Also