Click or drag to resize

PageClientGetNavigationHistoryAsync Method

Version 86.0.240
Returns navigation history for the current page.

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

Return Value

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