ExemptedSetCookieWithReasonExemptionReason Property |
Version 130.1.90
The reason the cookie was exempted.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public CookieExemptionReason ExemptionReason { get; set; }
public:
property CookieExemptionReason ExemptionReason {
CookieExemptionReason get ();
void set (CookieExemptionReason value);
}
Property Value
CookieExemptionReasonSee Also