C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
.NET MAUI - Lesson 5: Shell Navigation Quiz
Answer all questions to test your understanding
1
What is Shell in .NET MAUI?
A navigation container
A UI control
A database
A styling system
2
Which navigation pattern does Shell support?
Flyout menu only
Tab bar only
Both flyout and tab navigation
Modal navigation only
3
How do you navigate to a page in Shell?
await Navigation.PushAsync()
await Shell.Current.GoToAsync()
await Navigate.ToAsync()
Page.Navigate()
4
What is the purpose of QueryProperty in Shell navigation?
To pass data between pages
To define page routes
To create navigation stacks
To style pages
5
Which Shell element is used for menu items?
FlyoutItem
TabBar
ShellContent
MenuItem
6
How do you create a tab bar in Shell?
Using FlyoutItem
Using TabBar
Using MenuItem
Using Tab
Submit Quiz