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