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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void GetNavigationEntries(
	CefNavigationEntryVisitor visitor,
	bool currentOnly
)

Parameters

visitor  CefNavigationEntryVisitor
 
currentOnly  Boolean
 
See Also