Click or drag to resize

PageClient.GetNavigationHistoryAsync Method

Version 105.3.390
Returns navigation history for the current page.

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

Return Value

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