Table of Contents

Property Url

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

Url

Gets the URL of the currently loaded web page or an empty string if the browser hasn't loaded any web page yet.

string Url { get; }

Property Value

string

The URL of the currently loaded web page. Can be an empty string if the browser hasn't loaded any web page yet.

Exceptions

ObjectDisposedException

The IBrowser has already been disposed.

ConnectionClosedException

The connection to the Chromium engine is closed.