DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Navigation
INavigation Interface
INavigation Properties
Browser Property
CurrentEntry Property
CurrentIndex Property
EntryCount Property
ShowHttpErrorPageHandler Property
ShowNetErrorPageHandler Property
StartNavigationHandler Property
INavigation
.
EntryCount Property
Gets the number of items in the back-forward list.
Namespace:
DotNetBrowser.Navigation
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.19.0
Syntax
C#
Copy
int
EntryCount
{
get
; }
Property Value
Type:
Int32
Exceptions
Exception
Condition
ObjectDisposedException
The
INavigation
has already been disposed.
ConnectionClosedException
The connection to the Chromium engine is closed.
See Also
Reference
INavigation Interface
DotNetBrowser.Navigation Namespace
Copyright © 2022 TeamDev Ltd. All Rights Reserved.