I created the Content folder in wwwroot because I read that client-side elements such as stylesheets and scripts are added to the dock, but when I add to the View I have and create the project, it does not find the files. What is the right way to do this?
<link href="~/content/style.css" rel="stylesheet" />
I am sure wwwroot is correctly added to project.json.
"webroot": "wwwroot"
c # asp.net-core asp.net-core-mvc
Dave demirkhanyan
source share