Method GoBackAsync
GoBackAsync(bool)
Navigates back to the previous view.
Declaration
Task<NavigationResult> GoBackAsync(bool userInitiated)
Parameters
Type | Name | Description |
---|---|---|
bool | userInitiated | Indicates whether the navigation was initiated by the user. |
Returns
Type | Description |
---|---|
Task<NavigationResult> |