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