PageClientNavigateToHistoryEntryAsync Method |
Version 106.0.290
Navigates current page to the given history entry.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.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