Class RootRoutePart<TViewModel>
Represents a root route part with no parameters.
Implements
IConcreteRootRoutePart<TViewModel>
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class RootRoutePart<TViewModel> : RoutePart<TViewModel>, IConcreteRootRoutePart<TViewModel>, IConcreteRootRoutePart, IConcreteRoutePart, IEquatable<IConcreteRoutePart> where TViewModel : class
Type Parameters
| Name | Description |
|---|---|
| TViewModel |
Methods
| Name | Description |
|---|---|
| ToString() | Gets the route string. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IConcreteRoutePart.Parameter | Gets the parameter (or parameters tuple, if there are multiple parameters) for this concrete route part, or null if the route part does not take a parameter. |
| IConcreteRoutePart.RoutePart | Gets the route part that this concrete route is based on. |
| IEquatable<IConcreteRoutePart>.Equals(IConcreteRoutePart?) | Indicates whether the current object is equal to another object of the same type. |