NavigationEntryTitle Property |
Version 99.2.120
Title of the navigation history entry.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntaxpublic string Title { get; set; }
public:
property String^ Title {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also