Loading, please wait...

Showing articles with Static Files In wwwroot Folder ASP.NET MVC Core 3.1. Show all articles
Today, in this article, we will learn about the wwwroot folder and static files like CSS, JS, images and font style, etc. By default, an asp.net core application will not serve static files. The default directory for static files is wwwroot and this directory must be in the root project folder.