Click or drag to resize

IWpfWebBrowserTitle Property

Version 102.0.100
The title of the web page being currently displayed.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
string Title { get; }

Property Value

Type: String
The title.
Remarks
This property is implemented as a Dependency Property and fully supports data binding.
See Also