Click or drag to resize

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; }

Property Value

Type: ICookieCollection
The cookies.

Implements

IRequestCookies
See Also