Click or drag to resize

CookieParamPartitionKey Property

Version 100.0.140
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. If not set, the cookie will be set as not partitioned.

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 100.0.140.0 (100.0.140.0)
Syntax
public string PartitionKey { get; set; }

Property Value

Type: String
See Also