Click or drag to resize

IBrowserTitle Property

Gets the title of the currently loaded web page.

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

Property Value

Type: 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
ExceptionCondition
ObjectDisposedExceptionThe IBrowser has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also