Click or drag to resize

CefBrowserHostGetNavigationEntries Method

Retrieve a snapshot of current navigation entries as values sent to the specified visitor. If |current_only| is true only the current navigation entry will be sent, otherwise all navigation entries will be sent.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void GetNavigationEntries(
	CefNavigationEntryVisitor visitor,
	bool currentOnly
)

Parameters

visitor
Type: Internal.Xilium.CefGlueCefNavigationEntryVisitor
currentOnly
Type: SystemBoolean
See Also