CookieIssueDetailsCookieWarningReasons Property |
Version 118.6.80
CookieWarningReasons
Namespace:
CefSharp.DevTools.Audits
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.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