InterviewSolution
Saved Bookmarks
| 1. |
What About Static Files In Asp.net Core (mvc)? |
|
Answer» All STATIC files are now (by default) located inside of wwwroot folder. You STORE your CSS, JS, images, fonts and OTHERS static CONTENT inside of it. All static files are now (by default) located inside of wwwroot folder. You store your CSS, JS, images, fonts and others static content inside of it. |
|