Click or drag to resize
IHttpCookieCollectionKeys Property
Gets an ICollectionT containing the keys of the IHttpCookieCollection.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
ICollection<string> Keys { get; }

Property Value

Type: ICollectionString
See Also