aspnetcore/test/WebSites/FilesWebSite
Pranav K 36146a6139 Fix build warnings 2016-05-02 14:52:02 -07:00
..
Controllers
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
Startup.cs Remove references to UseDefaultHostConfiguration 2016-04-27 18:38:34 -07:00
project.json Fix build warnings 2016-05-02 14:52:02 -07:00
readme.md
sample.txt
web.config

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.