RequestWillBeSentExtraInfoEventArgsSiteHasCookieInOtherPartition Property |
Version 109.1.110
Whether the site has partitioned cookies stored in a partition different than the current one.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public bool? SiteHasCookieInOtherPartition { get; }
public:
property Nullable<bool> SiteHasCookieInOtherPartition {
Nullable<bool> get ();
}
Property Value
Type:
NullableBooleanSee Also