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