Blazor, set home page to an html page
问题 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) ? 回答1: I wish to navigate to the "index.html" page. Assume you have put the index.html within the wwwroot/ folder, you could achieve that by registering a