BlockedCookieWithReasonBlockedReasons Property |
Version 101.0.180
The reason(s) the cookie was blocked.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public CookieBlockedReason[] BlockedReasons { get; set; }
public:
property array<CookieBlockedReason>^ BlockedReasons {
array<CookieBlockedReason>^ get ();
void set (array<CookieBlockedReason>^ value);
}
Property Value
Type:
CookieBlockedReasonSee Also