Click or drag to resize
IHttpCookieCollectionItem Property
Gets the cookie value with the specified key wrapped into IHttpCookie object.

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
IHttpCookie this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key of the value to get.

Property Value

Type: IHttpCookie
See Also