Live Chat Icon For mobile
Live Chat Icon

How do I navigate between pages in .NET MAUI?

Platform: .NET MAUI| Category: Pages

Navigation among pages in .NET MAUI can be achieved using navigation stacks and navigation methods provided by the navigation-aware page types. For example, you can push a new page onto the navigation stack using the PushAsync method of the NavigationPage or navigate to a specific tab using the SelectedTab property of the TabbedPage.

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.