From the course: .NET MAUI for Beginners

Unlock this course with a free trial

Join today to access over 24,100 courses taught by industry experts.

Navigating between pages in .NET MAUI

Navigating between pages in .NET MAUI - .NET MAUI Tutorial

From the course: .NET MAUI for Beginners

Navigating between pages in .NET MAUI

Welcome back to another .NET MAUI Beginner Series video. I'm James Montemagno, a Product Manager. I'm the developer community team here at Microsoft, and we're continuing our journey, learning .NET MAUI to build beautiful native cross-platform, desktop and mobile applications. Now, so far we've built out an application with XAML, an XML based markup for user interface. We've then extended it with MVVM and data binding to make our application responsive. Now what we're going to do is something very common, built into every single application, which is navigation. That's right. Navigating from page A to page B. And additionally, what's great is that we can pass data between our pages too. Now, built in to .NET MAUI are several ways of doing navigation. Specifically, we're going to take a look at URI shell based navigation. I talked about Shell in an earlier video giving our structure to our application. But what's great about Shell is that it not only includes a built in dependency…

Contents