PageGetNavigationHistoryAsync Method |
Version 85.3.121
Returns navigation history for the current page.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax public Task<GetNavigationHistoryResponse> GetNavigationHistoryAsync()
public:
Task<GetNavigationHistoryResponse^>^ GetNavigationHistoryAsync()
Return Value
Type:
TaskGetNavigationHistoryResponsereturns System.Threading.Tasks.Task<GetNavigationHistoryResponse>
See Also