Interface IConcreteRoutePart
Represents a route part, either with no parameters or with all its parameters resolved.
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public interface IConcreteRoutePart : IEquatable<IConcreteRoutePart>
Properties
| Name | Description |
|---|---|
| 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. |
| Path | Gets the path string for this concrete route part (without any query string). |
| Query | Gets the query string parameters associated with this concrete route part. Always empty for non-leaf parts. |
| RoutePart | Gets the route part that this concrete route is based on. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns the string representation of this concrete route part, including the path and query string (if any). |