Navigating Blazor in .NET MAUI #12704
Unanswered
MarkOWiesemann
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I recently started working with .NET MAUI and I am absolutly amazed about it. I got from Blazor to it and saw a huge potential.
While experimenting I got to a point where I wanted to integrate the Blazor Pages more seamlessly into the native application. So what I decided to do is to replace the Navmenu (for reference: I am talking about the default blazor example that comes with a .NET MAUI Blazor project) with for example a .net MAUI FlyoutPage (FlyoutPage = Navmenu, FlyoutPage.Details = BlazorWebView).
All easy and done but now I stand in front of the problem that I have no idea how to navigate the Blazor Pages.
So how can I navigate the BlazorWebView to a specific Blazor Page by the press of a buttton of a xaml button in the FlyoutPage. To my knowledge there is currently no possible way but it would be quite a decent feature as it seems quite naturally for me to do so.
Beta Was this translation helpful? Give feedback.
All reactions