Class RouteBuilder<TParam>
Represents a builder used for constructing routes with parameters.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public abstract class RouteBuilder<TParam> : RouteBuilderBase where TParam : notnull
Type Parameters
Name | Description |
---|---|
TParam |
Methods
Name | Description |
---|---|
ForNested<TParentViewModel, TNestedViewModel>() | Creates a nested route for the specified parent and nested view model types. |
For<TViewModel>() | Creates a root route for the specified view model type. |