Understanding Navigation
Until now, we’ve been working with one page at a time, with no way to get to a page except by setting it in AppShell.xaml
. Of course, this will not do for a real application, so in this chapter, we’ll look at various options for navigating from page to page. As you’ll see, .NET MAUI uses shell navigation, a process we’ll look at in some depth.
This chapter includes the following topics:
- Exploring the TabBar
- Creating the About and Buddies pages
- Shell navigation
- Routing
- Passing values from page to page