Different types of Blazor, also known as hosting models , are in general similar, but there are a few differences that must be remembered to avoid malfunctions in your projects. In some cases, certain things simply will not work on one of the types, or the behavior of a feature might change depending on the Blazor type.
Overview of default Visual Studio templates
Handling API access in Blazor
Default Template Overview
You will find some interesting differences ...