Property CurrentEntry
- Namespace
- DotNetBrowser.Navigation
- Assembly
- DotNetBrowser.dll
CurrentEntry
Gets the current navigation item in the back-forward list.
INavigationEntry CurrentEntry { get; }
Property Value
- INavigationEntry
The current navigation item in the back-forward list or null if the list is empty.
Exceptions
- ObjectDisposedException
The INavigation has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.