Hello,
You could not load different blazor pages in the flyoutPage by pressing different buttons, because Blazor pages are not the MAUI ContenPage class. An alternative implementation is to load a ContenPage containing a different blazor page in the FlyoutPage by pressing a different button.
These two navigation methods cannot be mixed, MAUI navigation only acts on MAUI's Page classes, Blazor is the same.
You could refer to the following two documentations to get more detailed information about the navigation methods on Blazor:
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][1] to enable e-mail notifications if you want to receive the related email notification for this thread.