Class RootRoute<TParam, TViewModel>
Represents a root route with parameters.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class RootRoute<TParam, TViewModel> : RouteBase<TParam, TViewModel> where TParam : notnull where TViewModel : class, IRoutedViewModel<TParam>
Type Parameters
Name | Description |
---|---|
TParam | |
TViewModel |
Methods
Name | Description |
---|---|
GetSpecified(TParam) | Gets a specified route with the specified parameter (or tuple with multiple parameters). |
TryMatch(ReadOnlySpan<char>, out ISpecifiedRoute, out ReadOnlySpan<char>) | Internal use. |