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
project.json
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.