aspnetcore/test/WebSites/FilesWebSite
Pranav K badb6ce8e5 Remove net451 as a cross-compile target 2017-03-22 06:32:50 -07:00
..
Controllers Fixing typos Dowload -> Download 2016-09-20 15:55:19 -07:00
EmbeddedResources [Fixes #2086] FilePathResult WriteFileAsync uses SendFile feature incorrectly 2015-03-16 13:05:12 -07:00
Models ModelBinding: Remove IsReadOnly checks and add/update tests 2016-08-04 14:20:23 -07:00
FilesWebSite.csproj Remove net451 as a cross-compile target 2017-03-22 06:32:50 -07:00
Startup.cs Remove references to UseDefaultHostConfiguration 2016-04-27 18:38:34 -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.