Click or drag to resize

CookieCollectionItem Property

Gets the Cookie with the specified name

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public Cookie this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key of the cookie to retrieve from the collection

Return Value

Type: Cookie
The cookie with the specified key

Implements

ICookieCollectionItemString
See Also