This is a small Blazor WASM program that uses AsureSql as the database, and also use of automapper and autofac. Apicontroller is used in the backend to accept and process data. Users can fetch ...
In an ASP.NET Core 8 Blazor web app, I have an API controller with the following setup. When the endpoint is accessed, for some reason, Routes.razor is being run (not sure if App.razor is being run ...