IBrowserHostGetVisibleNavigationEntry Method  | 
Version 87.1.132 
            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: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
SyntaxNavigationEntry GetVisibleNavigationEntry()
NavigationEntry^ GetVisibleNavigationEntry()
Return Value
Type: 
NavigationEntrythe current navigation entry
See Also