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