PageClientNavigateToHistoryEntryAsync Method |
Version 88.2.90
Navigates current page to the given history entry.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public Task<DevToolsMethodResponse> NavigateToHistoryEntryAsync(
int entryId
)
public:
Task<DevToolsMethodResponse^>^ NavigateToHistoryEntryAsync(
int entryId
)
Parameters
- entryId
- Type: SystemInt32
Unique id of the entry to navigate to.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also