GetCookiesResponseCookies Property |
Version 88.2.90
cookies
Namespace:
CefSharp.DevTools.Storage
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public IList<Cookie> Cookies { get; }
public:
property IList<Cookie^>^ Cookies {
IList<Cookie^>^ get ();
}
Property Value
Type:
IListCookieSee Also