Class NestedRoute<TParentViewModel, TParam, TNestedViewModel>
Represents a nested route with a parameter.
Inheritance
RouteBase<TParam, TNestedViewModel>
NestedRoute<TParentViewModel, TParam, TNestedViewModel>
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class NestedRoute<TParentViewModel, TParam, TNestedViewModel> : RouteBase<TParam, TNestedViewModel> where TParam : notnull where TNestedViewModel : class, IRoutedViewModel<TParam>
Type Parameters
Name | Description |
---|---|
TParentViewModel | |
TParam | |
TNestedViewModel |
Methods
Name | Description |
---|---|
GetSpecified(TParam) | Gets a specified route with the specified parameter. |
TryMatch(ReadOnlySpan<char>, out ISpecifiedRoute, out ReadOnlySpan<char>) | Internal use. |