IDragDataFragmentBaseUrl Property  | 
Version 106.0.290 
            Return the base URL that the fragment came from. This value is used for resolving relative URLs and may be empty. 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxstring FragmentBaseUrl { get; set; }property String^ FragmentBaseUrl {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also