I created a Content folder in wwwroot, because I read that client side things like stylesheets and scripts should be added there in the doc, but when I add to a View I have and build the project it does not find the files. What is the correct way to do this ?
<link href="~/content/style.css" rel="stylesheet" />
I am pretty sure the wwwroot is added to project.json correctly.
"webroot": "wwwroot"