We are migrating Blazor Server application to .NET 8.Previously, we've used a custom router in _Host.cshtml to resolve routes not defined via @page (convention-based routing, similar to MVC). In the new hosting model, with MapRazorComponents I can't find a way to do the same, but for a Razor component, in this case App. Is this possible or do we have to fall back to _Host.cshtml?
↧
Blazor, .NET 8 MapRazorComponents fallback
↧