Click or drag to resize

INavigationEntryTitle Property

Gets the title as set by the page. This value is empty if there is no title set.

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

Property Value

Type: String
The title as set by the page. This value is empty if there is no title set.
See Also