Method RefreshAsync
RefreshAsync(bool)
Refreshes the current route.
Declaration
Task<NavigationResult> RefreshAsync(bool userInitiated)
Parameters
Type | Name | Description |
---|---|---|
bool | userInitiated | Indicates whether the refresh was initiated by the user. |
Returns
Type | Description |
---|---|
Task<NavigationResult> |