Click or drag to resize
IHttpCookieCollectionItem Property
Gets the cookie with the specified name from the cookie collection.

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

Parameters

name
Type: SystemString

Property Value

Type: IHttpCookie
See Also