Property IsEmpty
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.
Declaration
public bool IsEmpty { get; }
Property Value
| Type | Description |
|---|---|
| bool |