| 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; }
Public ReadOnly Property Item (
key As String
) As Cookie
Get
Parameters
- key
- Type: SystemString
The key of the cookie to retrieve from the collection
Return Value
Type:
CookieThe cookie with the specified key
Implements
ICookieCollectionItemStringSee Also