IBrowserHostGetVisibleNavigationEntry Method |
Version 130.1.90
Returns the current visible navigation entry for this browser. This method
can only be called on the CEF UI thread which by default is not the same
as your application UI thread.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax NavigationEntry GetVisibleNavigationEntry()
NavigationEntry^ GetVisibleNavigationEntry()
Return Value
NavigationEntrythe current navigation entry
See Also