WebViewDocumentTitle Property |
Gets the document title of the current page.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string DocumentTitle { get; }
Public ReadOnly Property DocumentTitle As String
Get
member DocumentTitle : string with get
Property Value
Type:
StringThe document title.
See Also