Method GoForward
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
GoForward(CancellationToken)
Moves one step forward on the history stack. Returns Cancelled when CanGoForward is false.
public UniTask<NavigationResult> GoForward(CancellationToken cancellationToken = default)
Parameters
cancellationTokenCancellationTokenToken observed by Guards, Blockers, and Loaders to abort the navigation.
Returns
- UniTask<NavigationResult>
The NavigationResult from the underlying NavigateAsync(string, NavigationMode, CancellationToken), or Cancelled when the history has no next entry.