CookieParamPartitionKey Property |
Version 130.1.90
Cookie partition key. If not set, the cookie will be set as not partitioned.
Namespace: CefSharp.DevTools.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public CookiePartitionKey PartitionKey { get; set; }
public:
property CookiePartitionKey^ PartitionKey {
CookiePartitionKey^ get ();
void set (CookiePartitionKey^ value);
}
Property Value
CookiePartitionKeySee Also