CookiePartitionKey Property  | 
Version 104.4.240 
            Cookie partition key. The site of the top-level URL the browser was visiting at the start
            of the request to the endpoint that set the cookie.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic string PartitionKey { get; set; }public:
property String^ PartitionKey {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also