Class RouteBuilder
Represents a builder used for constructing routes without parameters.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class RouteBuilder
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. |