Click or drag to resize

IBrowserHostGetVisibleNavigationEntry Method

Version 73.1.130
Returns the current visible navigation entry for this browser. This method can only be called on the CEF UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 73.1.130.0 (73.1.130.0)
Syntax
NavigationEntry GetVisibleNavigationEntry()

Return Value

Type: NavigationEntry
the current navigation entry
See Also