aspnetcore/test/WebSites/FilesWebSite
Pavel Krymets e6ffb060f7 Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:20:15 -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 Remove project name from output path 2016-03-02 14:39:12 -08:00
Startup.cs Add web.config to test sites 2016-04-13 16:12:56 -07:00
project.json Bring Microsoft.NETCore.Platforms dependency back 2016-04-18 17:20:15 -07:00
readme.md
sample.txt
web.config Add web.config to test sites 2016-04-13 16:12:56 -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.