aspnetcore/test/WebSites/FilesWebSite
Nate McMaster b811e69d00 Use PackageLineup to manage PackageReference versions
- Move the Mvc.Performance project from test/ to benchmarks/.
 - Remove the Version attribute on PackageReference.
 - Add a reference to two PackageLineup's.
 - Add snippet to README explaining the additional requirement to run build.cmd /t:restore.
 - Add a target to check that packages have been pinned.
2017-08-30 12:14:11 -07:00
..
Controllers Range support for FileResult(#6150) 2017-05-19 10:51:46 -07:00
EmbeddedResources Range support for FileResult(#6150) 2017-05-19 10:51:46 -07:00
Models ModelBinding: Remove IsReadOnly checks and add/update tests 2016-08-04 14:20:23 -07:00
FilesWebSite.csproj Use PackageLineup to manage PackageReference versions 2017-08-30 12:14:11 -07:00
Startup.cs [Fixes #6468] Clean up the productionized testing infrastructure 2017-07-03 10:15:06 -07:00
readme.md
sample.txt Range support for FileResult(#6150) 2017-05-19 10:51:46 -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.