| IWpfWebBrowserTitle Property  | 
Version 118.6.80 
            The title of the web page being currently displayed.
            
 
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 118.6.80.0 (118.6.80.0)
 Syntax
Syntaxproperty String^ Title {
	String^ get ();
}Property Value
Type: 
StringThe title.
 Remarks
RemarksThis property is implemented as a Dependency Property and fully supports data binding.
 See Also
See Also