#aspnetcore #staticfiles
Static Files in ASP NET Core
This video demonstrate how to serve static files ( HTML, images, css and Javascript ) in ASP .NET Core.
https://corespider.com/lesson/static-...
In ASP .NET Core the default directory to store the static files is “wwwroot” folder and this folder should be present on the project root folder. By default in “wwwroot” folder the static files are serve in .NET Core application, however if we want to change it then we can do it by using UseWebRoot method (we will discuss it in our next article).
Middleware Options Object
UseDeveloperExceptionPage DeveloperExceptionPageOptions
UseDefaultFiles DefaultFilesOptions
UseStaticFiles StaticFileOptions
UseFileServer FileServerOptions
Don't forget to subscribe to "CoreSpider" !
Website : https://www.corespider.com/
Facebook : / corespider
Twitter : / corespiderpro
Instagram : / corespider
Github : https://github.com/corespider
Watch video (#16) Static Files in ASP NET Core online without registration, duration hours minute second in high quality. This video was added by user Jayant Tripathy 26 April 2020, don't forget to share it with your friends and acquaintances, it has been viewed on our site 755 once and liked it 11 people.