Class RootRoute<TViewModel>
Represents a root route with no parameters.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class RootRoute<TViewModel> : RouteBase<TViewModel>, ISpecifiedRootRoute<TViewModel>, ISpecifiedRoute, IEquatable<ISpecifiedRoute> where TViewModel : class
Type Parameters
Name | Description |
---|---|
TViewModel |
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. |