Click or drag to resize

IDocumentBaseUri Property

Gets the <base> element's href attribute if one is present.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
string BaseUri { get; }

Property 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