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