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