NavigationError<'View> Type
This object contains the contextual information about why a navigation could not be performed.
Union cases
| Union case |
Description
|
Full Usage:
CantActivate activatedRoute
Parameters:
string
|
|
Full Usage:
CantDeactivate deactivatedRoute
Parameters:
string
|
|
Full Usage:
GuardRedirect redirectTo
Parameters:
string
|
|
Full Usage:
NavigationCancelled
|
|
Full Usage:
NavigationFailed message
Parameters:
string
|
|
Full Usage:
RouteNotFound url
Parameters:
string
|
|
Full Usage:
SameRouteNavigation
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCantActivate
Returns: bool
|
|
Full Usage:
this.IsCantDeactivate
Returns: bool
|
|
Full Usage:
this.IsGuardRedirect
Returns: bool
|
|
Full Usage:
this.IsNavigationCancelled
Returns: bool
|
|
Full Usage:
this.IsNavigationFailed
Returns: bool
|
|
Full Usage:
this.IsRouteNotFound
Returns: bool
|
|
Full Usage:
this.IsSameRouteNavigation
Returns: bool
|
|
Navs