CookieIssueDetailsCookieWarningReasons Property  | 
Version 104.4.240 
            CookieWarningReasons
            
 
    Namespace: 
   CefSharp.DevTools.Audits
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic CookieWarningReason[] CookieWarningReasons { get; set; }public:
property array<CookieWarningReason>^ CookieWarningReasons {
	array<CookieWarningReason>^ get ();
	void set (array<CookieWarningReason>^ value);
}Property Value
Type: 
CookieWarningReason
See Also