How do you switch pages in Xamarin.Forms?
Asked 07 September, 2021
Viewed 2.9K times
  • 57
Votes

How do you switch between pages in Xamarin Forms?

My main page is a ContentPage and I don't want to switch to something like a Tabbed Page.

I've been able to pseudo-do it by finding parents of the controls that should trigger the new page until I find the ContentPage and then swap out the Content with controls for a new page. But this seems really sloppy.

13 Answer