Search code examples
asp.net-mvcblazorblazor-webassembly

Blazor WASM in .NET 4.7 MVC


Is it at all possible to drop Blazor WASM components into an old MVC app which is on .NET 4.7?

Can Blazor WASM components be exported as custom elements similar to in Angular?

For now, I want to avoid having to do a full upgrade of the app to .NET 5 if possible.


Solution

  • Blazor has introduced support for Custom elements and can generate Angular or React components.