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