Click or drag to resize

PageClientGetNavigationHistoryAsync Method

Version 130.1.90
Returns navigation history for the current page.

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

Return Value

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