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