...

/

Understanding Hosted Applications

Understanding Hosted Applications

Learn the project structure of ASP.NET Core hosted application in Blazor WebAssembly.

We'll cover the following...

When we create a new Blazor WebAssembly project by using Microsoft's Blazor WebAssembly App project template, we have the option to create a hosted Blazor WebAssembly app by checking the “ASP.NET Core hosted” checkbox.

The following screenshot highlights the “ASP.NET Core hosted” checkbox:

Press + to interact
Blazor WebAssembly App project template
Blazor WebAssembly App project template

The hosted Blazor WebAssembly app, created by the Blazor WebAssembly App project template, includes the following three ...