I try to build a web application with dotnet core web api,but i do not know how to set index.html as start page which can be done with dotnet framework web api easily. And i tri
Your index.html file must be in the wwwroot folder
wwwroot / index.html
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/static-files