ResponseReceivedExtraInfoEventArgsCookiePartitionKeyOpaque Property |
Version 112.3.0
True if partitioned cookies are enabled, but the partition key is not serializeable to string.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntax public bool? CookiePartitionKeyOpaque { get; }
public:
property Nullable<bool> CookiePartitionKeyOpaque {
Nullable<bool> get ();
}
Property Value
Type:
NullableBooleanSee Also