Click or drag to resize

TaskNavigationEntryVisitor.Task Property

Version 104.4.240
Task that can be awaited for the result to be retrieved async

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax
public Task<List<NavigationEntry>> Task { get; }

Property Value

Type: Task<List<NavigationEntry>>
See Also