I have a blazor app, but it is divided in 2 parts. - a web site with several web pages - a Blazor Application
By default, I wish to navigate to the "index.html" page. This one will have a "login" link that will redirect to the main application page.
How can I do this... by default I'm directed to the index.cshtml (ie. the blazor app) ?