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