IBrowserHostGetNavigationEntries Method |
Version 130.1.90
Retrieve a snapshot of current navigation entries as values sent to the
specified visitor.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void GetNavigationEntries(
INavigationEntryVisitor visitor,
bool currentOnly
)
void GetNavigationEntries(
INavigationEntryVisitor^ visitor,
bool currentOnly
)
Parameters
- visitor INavigationEntryVisitor
- visitor
- currentOnly Boolean
- If true only the current navigation
entry will be sent, otherwise all navigation entries will be sent.
See Also