aspnetcore/test/WebSites/FilesWebSite
Doug Bunting 63507c8da9 Bump test projects up to .NET 4.5.2
- aspnet/Testing#248
- xUnit no longer supports .NET 4.5.1
- update AppVeyor config so this framework version is available
- build tests for desktop .NET only on Windows
2017-02-21 07:15:36 -08:00
..
Controllers Fixing typos Dowload -> Download 2016-09-20 15:55:19 -07:00
EmbeddedResources
Models ModelBinding: Remove IsReadOnly checks and add/update tests 2016-08-04 14:20:23 -07:00
FilesWebSite.xproj One build to rule them all 2016-07-06 16:21:18 -07:00
Startup.cs
project.json Bump test projects up to .NET 4.5.2 2017-02-21 07:15:36 -08: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.