| FrameDomainAndRegistry Property  | 
Version 90.6.50 
            Frame document's registered domain, taking the public suffixes list into account.
            Extracted from the Frame's url.
            Example URLs: http://www.google.com/file.html -> "google.com"
                          http://a.b.co.uk/file.html      -> "b.co.uk"
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic string DomainAndRegistry { get; set; }public:
property String^ DomainAndRegistry {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String See Also
See Also