Routes class
Namespace: Arlecchino.Navigation · Assembly: Arlecchino
Routes of the screens that ship with the framework.
public static class Routes
Fields
| Member | Summary |
|---|---|
FilePicker | The file picker. Fill ArlecchinoState.FilePicker, then navigate here. |
Help | The screen listing every key and command. |
Notifications | The notifications screen, listing what the application has said lately. |
Fields in detail
FilePicker
public static readonly ViewRoute FilePicker { get; }
The file picker. Fill ArlecchinoState.FilePicker, then navigate here.
Type ViewRoute
Help
public static readonly ViewRoute Help { get; }
The screen listing every key and command.
Type ViewRoute
Notifications
public static readonly ViewRoute Notifications { get; }
The notifications screen, listing what the application has said lately.
Type ViewRoute