Root NavigationPage
A common scenario is to use a NavigationPage
as the MainPage
. This allows stack-based navigation in your application
The goal here is to get a reference to a NavigationPage
, push our root-page onto it, and assign the result to App.MainPage
IPageServiceZero
and NavigationPage
are registered in the container for us, we will have to register our pages and viewmodels ourselves:
Simple.
Last updated