Class NavigatorRoute
Represents a full concrete route.
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public sealed class NavigatorRoute
Properties
| Name | Description |
|---|---|
| Anchor | Gets the anchor for the route, or null if no anchor is set. |
| IsEmpty | Gets a value indicating whether the route is empty (i.e. has no route parts). This property can be used to determine whether the navigator has navigated to any route yet, since the navigator always starts with an empty route until the first navigation occurs. |
| Parts | Gets the concrete route parts that make up the route. |
| Path | Gets the path string that represents the route, without any query string or anchor. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string representation of the route, including the query string (from the leaf route part) and anchor. |