Method GetBackStack
GetBackStack()
Returns the routes that are in the back navigation stack, ordered from the most recent to the oldest. Does not include the current route.
Declaration
IReadOnlyList<IConcreteRoute> GetBackStack()
Returns
| Type | Description |
|---|---|
| IReadOnlyList<IConcreteRoute> |