MattHat
Explore posts from serversBlazor index page captures static files
I am trying to learn .NET Blazor. My aim is to create an question taking app where the correct questionare is rendered by either the root domain ("default questionare" depending on the domain used to access the service), id or slug.
I have
app.UseStaticFiles()
in my pipeline before app.MapRzorComponents<App>()
but the component is still triggered by static files.
Program.cs
Questionare.razor:
Thanks for the help!1 replies