Click or drag to resize

PageClientGetNavigationHistoryAsync Method

Version 118.6.80
Returns navigation history for the current page.

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

Return Value

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