Configuring your root Page

All Maui apps use the App constructor to set Application.MainPage to the root UI for the application

We can use the IoC container to inject a page, or new one up ourselves.

Here's how MvvmZero can be used with a variety of different root pages

Last updated