IDocumentBaseUri Property  | 
 
                Gets the <base> element's href attribute if one
                is present.
            
 
    Namespace: 
   DotNetBrowser.Dom
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.1
SyntaxProperty Value
Type: 
String
                The 
<base> element's href attribute if one
                is present. If the currently loaded document doesn't have the 
<base> element, the
                method returns URL of the currently loaded document including "about:blank" when nothing is loaded.
            
See Also