Property Title
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
Title
Gets the title of the currently loaded web page.
string Title { get; }
Property Value
- string
The title 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.