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