aspnetcore/test/WebSites/FilesWebSite
Doug Bunting 7430efa8cc One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-06 16:21:18 -07:00
..
Controllers Reacting to Hosting changes 2016-03-15 10:50:53 -07:00
EmbeddedResources
Models [Fixes #4099] Add a functional test for creating a form with a file upload field 2016-02-29 18:13:52 -08:00
FilesWebSite.xproj One build to rule them all 2016-07-06 16:21:18 -07:00
Startup.cs Remove references to UseDefaultHostConfiguration 2016-04-27 18:38:34 -07:00
project.json Removing extra imports from projects 2016-07-06 08:59:58 -07:00
readme.md
sample.txt
web.config Add publish-iis and fix web.config 2016-04-22 14:07:38 -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.