RouteGuard<'View> Type
An alias for a function that takes a route context and a cancellation token In order to determine if the route can be activated/deactivated or not.
Instance members
Instance member | Description |
Full Usage:
this.Invoke
Parameters:
RouteContext voption
arg1 : RouteContext
Returns: CancellableValueTask<GuardResponse>
Modifiers: abstract |
|