IBrowserHostGetVisibleNavigationEntry Method |
Version 63.0.0
Returns the current visible navigation entry for this browser. This method
can only be called on the CEF UI thread.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax NavigationEntry GetVisibleNavigationEntry()
NavigationEntry^ GetVisibleNavigationEntry()
Return Value
Type:
NavigationEntrythe current navigation entry
See Also