| ChromiumWebBrowserTitle Property | 
Version 63.0.0
            The title of the web page being currently displayed.
            
 
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
Syntaxpublic string Title { get; set; }public:
virtual property String^ Title {
	String^ get () sealed;
	void set (String^ value) sealed;
}Property Value
Type: 
StringThe title.
Implements
IWpfWebBrowserTitle Remarks
RemarksThis property is implemented as a Dependency Property and fully supports data binding.
 See Also
See Also