Skip to main content

Routes class

Namespace: Arlecchino.Navigation · Assembly: Arlecchino

Routes of the screens that ship with the framework.

public static class Routes

Fields

MemberSummary
FilePickerThe file picker. Fill ArlecchinoState.FilePicker, then navigate here.
HelpThe screen listing every key and command.
NotificationsThe 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