AssociatedCookieExemptionReason Property |
Version 130.1.90
The reason the cookie should have been blocked by 3PCD but is exempted. A cookie could
only have at most one exemption reason.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public CookieExemptionReason? ExemptionReason { get; set; }
public:
property Nullable<CookieExemptionReason> ExemptionReason {
Nullable<CookieExemptionReason> get ();
void set (Nullable<CookieExemptionReason> value);
}
Property Value
NullableCookieExemptionReasonSee Also