'How to run MAUI Blazor App in a web browser?

How can I run a MAUI Blazor App in a web browser? I've used the VS MAUI with Blazor sample project



Solution 1:[1]

I haven't tried MAUI yet, but isn't it the other way round. MAUI Blazor is supposed to allow you to use Blazor Components inside a MAUI app.

This basically gives you the Blazor Binding magic instead of the XAML Binding magic, while still giving you access to device specific functions (e.g. on Mobile you can check wether you have a network connection or GPS or whatever)

I might be wrong though

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Gilles Radrizzi