Questions regarding Blazor WASM + Web API
Consider this solution: https://github.com/dotnet/blazor-samples/tree/main/9.0/BlazorWebAssemblyCallWebApi
It consists of a Blazor WASM frontend + Web API backend.
Can I host these on the same location by serving the Blazor WASM app as static pages from the backend? Is this common practice?
It consists of a Blazor WASM frontend + Web API backend.
Can I host these on the same location by serving the Blazor WASM app as static pages from the backend? Is this common practice?
GitHub
Contribute to dotnet/blazor-samples development by creating an account on GitHub.