The previous chapters covered a type of Blazor that runs on the server-side and the type that runs in the browser. This chapter will cover the hosted type of Blazor, which essentially is client-side Blazor combined with web api project.
Default template overview
Like the other types of Blazor, this one too has its own template. It is however as lot more complicated both in its size and its structure.