Class RouteBuilderExtensions
Provides extension methods for RouteBuilder.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public static class RouteBuilderExtensions
Methods
| Name | Description |
|---|---|
| Child<TParentViewModel, TChildViewModel, TParam>(RouteBuilder) | Converts the route builder to a parameterized route builder with the specified parameter type and creates a child route part for the specified parent and child view model type. |
| Root<TViewModel, TParam>(RouteBuilder) | Converts the route builder to a parameterized route builder with the specified parameter type. |