GetView<'View> Type
An alias for a function that takes a route context and a cancellation token in order to extract the view that will be rendered when the route is activated.
Instance members
Instance member | Description |
Full Usage:
this.Invoke
Parameters:
RouteContext
arg1 : INavigable<'View>
Returns: CancellableValueTask<'View>
Modifiers: abstract |
|