aspnetcore/test/WebSites/FilesWebSite
Ryan Nowak 229724c4ea Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
..
Controllers Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
EmbeddedResources
wwwroot
FilesWebSite.xproj
SendFileMiddleware.cs
Startup.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
project.json
readme.md Correct case of web site folder and project names 2015-03-10 09:34:06 -07:00
sample.txt [Fixes #429] FileResult 2014-10-02 12:50:24 -07:00

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.