Table of Contents

Property BaseUri

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

BaseUri

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

string BaseUri { get; }

Property Value

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.