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