| RequestCookies Property |
Gets the collection of Cookies that were sent by the client
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public ICookieCollection Cookies { get; }
Public ReadOnly Property Cookies As ICookieCollection
Get
Property Value
Type:
ICookieCollectionThe cookies.
Implements
IRequestCookiesSee Also