aspnetcore/src/Mvc/test/WebSites/FilesWebSite
Chris Ross 4e44025a52
Replace IHostingEnvironment with IWebHostEnvironment (#7725)
2019-02-19 21:11:52 -08:00
..
Controllers Replace IHostingEnvironment with IWebHostEnvironment (#7725) 2019-02-19 21:11:52 -08:00
EmbeddedResources
Models
FilesWebSite.csproj
Startup.cs
readme.md
sample.txt

readme.md

FilesWebSite

This web site illustrates how to use FileContentResult via File method on the controller. It also demonstrates how to write and register a custom FileSender middleware.