aspnetcore/test/WebSites/FilesWebSite
Chris R dd737ce946 Use new HttpContext.Features API. 2015-08-31 09:19:14 -07:00
..
Controllers Issue #2727 - Introducing PhysicalFilePathResult and VirtualFilePathResult instead of FilePathResult to handle app and physical file system paths separately. 2015-08-27 10:23:23 -07:00
EmbeddedResources
wwwroot
FilesWebSite.xproj
SendFileMiddleware.cs Use new HttpContext.Features API. 2015-08-31 09:19:14 -07:00
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
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.