Blazor Navigation with .NET MAUI Components

preview_player
Показать описание
I've started building a .NET MAUI application with Blazor content that I already have designed and running nicely. The first feature that I wanted to bring over was going to be the layout and menus of the application. Its turns out, that's not as easy as it looks.

A post about this technique is available on my blog at:

You can download the source code at:

#csharp #dotnetmaui #dotnet #maui #blazor #blazorhybrid
Рекомендации по теме
Комментарии
Автор

I want to add native tab bar and one blazor webview

thebrandseagle
Автор

Could you use this navigation approach to implement deep linking for Blazor Hybrid applications?

davejarcher
Автор

Looking forward for the next videos, Blazor & Maui together is super exciting topic, It would be great if you'll also explain all the authentication process(it looks quite complex(client, server, api, tokens, cookies, jwt ...what's goes where and why & when)) ;-) Thanks

krudomeir
Автор

Very interesting. To solve a similar situation I had where I wanted to initiate a navigation from one blazor page to another from a XAML popup, I created a delegate in my Blazor (razor) page and invoked it from my xaml page...

adinwashere
Автор

Navigation needs to be an abstraction, not an implementation detail.

krccmsitp