CookiePartitionKeyOpaque Property |
Version 109.1.110
True if cookie partition key is opaque.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public bool? PartitionKeyOpaque { get; set; }
public:
property Nullable<bool> PartitionKeyOpaque {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
Property Value
Type:
NullableBooleanSee Also