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