Version 106.0.290 
            Origin contains just the scheme, host, and port from a URL. Equivalent to
            clearing any username and password, replacing the path with a slash, and
            clearing everything after that. This value will be empty for non-standard
            URLs.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic string Origin { get; set; }public:
property String^ Origin {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also