Class ConcreteRoute
A concrete route made up of a root route part followed by one or more child route parts. Build routes by calling Then<TRootViewModel, TChildViewModel>(IConcreteRootRoutePart<TRootViewModel>, IConcreteChildRoutePart<TRootViewModel, TChildViewModel>) on a concrete root route part and chaining Then<TChildViewModel>(IConcreteChildRoutePart<TLeafViewModel, TChildViewModel>) for each further level. Routes with only a root route part are represented by the root route part itself.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public abstract class ConcreteRoute
Properties
| Name | Description |
|---|---|
| Path | Gets the route path. |
| RouteParts | Gets the concrete route parts that make up the route, starting with the root route part. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |