Click or drag to resize

INavigationCurrentEntry Property

Gets the current navigation item in the back-forward list.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
INavigationEntry CurrentEntry { get; }

Property Value

Type: INavigationEntry
The current navigation item in the back-forward list or null if the list is empty.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also