Class NestedRoute<TParentViewModel, TNestedViewModel>
Represents a nested route without a parameter.
Implements
ISpecifiedNestedRoute<TParentViewModel, TNestedViewModel>
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class NestedRoute<TParentViewModel, TNestedViewModel> : RouteBase<TNestedViewModel>, ISpecifiedNestedRoute<TParentViewModel, TNestedViewModel>, ISpecifiedRoute, IEquatable<ISpecifiedRoute> where TNestedViewModel : class
Type Parameters
Name | Description |
---|---|
TParentViewModel | |
TNestedViewModel |
Methods
Name | Description |
---|---|
ToString() | Gets the route string. |
TryMatch(ReadOnlySpan<char>, out ISpecifiedRoute, out ReadOnlySpan<char>) | Internal use. |
Explicit Interface Implementations
Name | Description |
---|---|
ISpecifiedRoute.Route | Gets the route that this specified route is based on. |
IEquatable<ISpecifiedRoute>.Equals(ISpecifiedRoute?) | Indicates whether the current object is equal to another object of the same type. |