AssociatedCookieBlockedReasons Property |
Version 130.1.90
The reason(s) the cookie was blocked. If empty means the cookie is included.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public CookieBlockedReason[] BlockedReasons { get; set; }
public:
property array<CookieBlockedReason>^ BlockedReasons {
array<CookieBlockedReason>^ get ();
void set (array<CookieBlockedReason>^ value);
}
Property Value
CookieBlockedReasonSee Also