Method GoForwardAsync
GoForwardAsync(bool)
Navigates forward to the next view.
Declaration
Task<NavigationResult> GoForwardAsync(bool userInitiated)
Parameters
Type | Name | Description |
---|---|---|
bool | userInitiated | Indicates whether the navigation is initiated by the user. |
Returns
Type | Description |
---|---|
Task<NavigationResult> |