Click or drag to resize

INavigationEntryCount Property

Gets the number of items in the back-forward list.

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

Property Value

Type: Int32
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe INavigation has already been disposed.
ConnectionClosedExceptionThe connection to the Chromium engine is closed.
See Also