aspnetcore/test/WebSites/FilesWebSite
Kiran Challa eef6c3883a Renamed PhysicalFileProviderResult and VirtualFileProviderResult to PhysicalFileResult and VirtualFileResult respectively 2015-10-01 19:57:35 -07:00
..
Controllers Renamed PhysicalFileProviderResult and VirtualFileProviderResult to PhysicalFileResult and VirtualFileResult respectively 2015-10-01 19:57:35 -07:00
EmbeddedResources
wwwroot
FilesWebSite.xproj
SendFileMiddleware.cs Use new HttpContext.Features API. 2015-08-31 09:19:14 -07:00
Startup.cs
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md
sample.txt

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.