IHttpCookieCollectionItem Property |
Gets the cookie value with the specified key wrapped into
IHttpCookie object.
Namespace: CMS.Base.InternalAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax IHttpCookie this[
string key
] { get; }
Parameters
- key
- Type: SystemString
The key of the value to get.
Property Value
Type:
IHttpCookieSee Also