Click or drag to resize
INavigationEntryVisitorVisit Method
Version 63.0.0
Method that will be executed.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
bool Visit(
	NavigationEntry entry,
	bool current,
	int index,
	int total
)

Parameters

entry
Type: CefSharpNavigationEntry
if the navigationEntry will be invalid then
current
Type: SystemBoolean
is true if this entry is the currently loaded navigation entry
index
Type: SystemInt32
is the 0-based index of this entry
total
Type: SystemInt32
is the total number of entries.

Return Value

Type: Boolean
Return true to continue visiting entries or false to stop.
See Also