Version 130.1.90
If domain is empty a host cookie will be created instead of a domain cookie. Domain cookies are stored with a leading "."
and are visible to sub-domains whereas host cookies are not.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public string Domain { get; set; }
public:
property String^ Domain {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also