Hosted Blazor WebAssembly

Learn the structure of a hosted Blazor WebAssembly app.

We can host a Blazor WebAssembly inside a standard ASP.NET Core application. We can use the Blazor WebAssembly ASP.NET Core Hosted project template as outlined in the code widget below. This template already contains the ASP.NET Core project that hosts the Blazor WebAssembly application. The points highlighted in this lesson will help you understand how to add a Blazor WebAssembly application to any other ASP.NET Core application as one of its components.

Get hands-on with 1200+ tech skills courses.