Introduction to .NET MAUI Pages
Estimated reading: 1 minute
370 views

Learn .NET MAUI creating projects
Learn how to create cross-platform applications, thanks to the power of .NET MAUI and a series of real projects.
In this section we are going to see what .NET MAUI pages are. .NET MAUI applications consist of one or more pages, where each page usually occupies the entire screen of the mobile device, and each page usually contains at least one type of layout.
In .NET MAUI we have different types of pages, such as ContentPage, FlyoutPage, NavigationPage and TabbedPage, which we are going to review in this section.
In the following image, we can see an example of an application with a page marked with a red frame:

Let's find out which pages can be used in .NET MAUI.