Using Template: Blazor WebAssembly App with ASP.NET Core hosted enabled
It creates projects:
- BlazorApp1.Client
- BlazorApp1.Server
I can see that server has a project reference to the Client, but I cannot determine what code allows the server to display the client?
How does the server know that the client index file is in another assembly?
Is the client code being hosted in the server project on the same port?
I'm a bit lost trying to figure this out.