Version 108.4.130 
            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: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic string Domain { get; set; }public:
property String^ Domain {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also