Besides the wwwroot folder, you can also specify custom _________ to determine from where the static files should be served.

  • Middleware
  • Routes
  • File Providers
  • Controllers
In ASP.NET Core, you can specify custom file providers to determine from where the static files should be served. This allows flexibility in serving static content from different locations, not just the "wwwroot" folder.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *