Click or drag to resize

IBrowserHost.GetNavigationEntries Method

Version 92.0.260
Retrieve a snapshot of current navigation entries as values sent to the specified visitor.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
void GetNavigationEntries(
	INavigationEntryVisitor visitor,
	bool currentOnly
)

Parameters

visitor
Type: CefSharp.INavigationEntryVisitor
visitor
currentOnly
Type: System.Boolean
If true only the current navigation entry will be sent, otherwise all navigation entries will be sent.
See Also