CookiePartitionKeyTopLevelSite Property |
Version 130.1.90
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.NetworkAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public string TopLevelSite { get; set; }
public:
property String^ TopLevelSite {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also