How can I get asp.net core to serve an index.html file from inside my wwwroot?
The reason I want to do this is because I an developing an angular 4 app using the ang
return File(System.IO.File.OpenRead(Path.Combine(HostingEnvironment.WebRootPath + "/index.html")), "text/html");
It has to help u