aspnetcore/test/WebSites/FilesWebSite
N. Taylor Mullen 64e726d2b2 Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
..
Controllers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
EmbeddedResources [Fixes #2086] FilePathResult WriteFileAsync uses SendFile feature incorrectly 2015-03-16 13:05:12 -07:00
wwwroot
FilesWebSite.xproj Update .xproj files for Microsoft.Web.AspNet.* -> Microsoft.DNX.* rename 2015-04-02 13:49:27 -07:00
SendFileMiddleware.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json Handle FileProviders package changes. 2015-04-23 12:56:10 -07:00
readme.md Correct case of web site folder and project names 2015-03-10 09:34:06 -07:00
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.