Hello,
According to the navigation document of Maui Shell, the most recommended way to navigate in the sub-pages of Shell is to register a route and use the GotoAsync
method to achieve navigation.
For specific operations, you can refer to the following document for details.
Navigation is performed by invoking the GoToAsync method, from the Shell class. When navigation is about to be performed, the
Navigating
event is fired, and theNavigated
event is fired when navigation completes.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.