AssociatedCookieCookie Property |
Version 130.1.90
The cookie object representing the cookie which was not sent.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Cookie Cookie { get; set; }
public:
property Cookie^ Cookie {
Cookie^ get ();
void set (Cookie^ value);
}
Property Value
CookieSee Also