Click or drag to resize

PageClient.GetNavigationHistoryAsync Method

Version 92.0.260
Returns navigation history for the current page.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax
public Task<GetNavigationHistoryResponse> GetNavigationHistoryAsync()

Return Value

Type: Task<GetNavigationHistoryResponse>
returns System.Threading.Tasks.Task<GetNavigationHistoryResponse>
See Also