Click or drag to resize

ChromiumWebBrowserTitle Property

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

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

Property Value

Type: String
The title.

Implements

IWpfWebBrowserTitle
Remarks
This property is implemented as a Dependency Property and fully supports data binding.
See Also