.NET MAUI Blazor


Topic | v1 | created by jjones |
Description

You can host Blazor components in .NET MAUI apps to build cross-platform native apps using web UI. The components run natively in the .NET process and render web UI to an embedded web view control using a local interop channel. This hybrid approach gives you the best of native and the web. Your components can access native functionality through the .NET platform, and they render standard web UI. .NET MAUI Blazor apps can run anywhere .NET MAUI can (Windows, Mac, iOS, and Android) although primary focus for .NET 6 is on desktop scenarios.


Relations

subtopic of .NET Multi-platform App UI (MAUI)

.NET MAUI is the Multi-platform App UI for building native cross-platform apps with .NET for Android,...

subtopic of Blazor

Blazor is a free and open-source web framework that enables developers to create web applications usi...

different from Mobile Blazor Bindings

Mobile Blazor Bindings enable developers to build native and hybrid mobile apps using C# and .NET for...


Edit details Edit relations Attach new author Attach new topic Attach new resource
Resources

used in Blazor Weather

A simple cross-platform weather app implemented using Blazor and .NET MAUI.

treated in Introduction to .NET MAUI Blazor | The Xamarin Show

Blazor enables building client-side web UI with .NET, but sometimes you need more than what the web p...