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