description |
---|
Learn how to add new routes to Authentick. |
The ASP.NET Core documentation contains a documentation on how routing in Blazor works. You can find the razor files inside Gatekeeper.Client/Pages
.
{% embed url="https://docs.microsoft.com/en-us/aspnet/core/blazor/fundamentals/routing?view=aspnetcore-5.0" %}
The server will fallback to sending the Blazor Assembly files, which the browser will interpret to render the right interface.