aspnetcore/test/WebSites/FilesWebSite
Praburaj a9feed4de1 Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:25:15 -08:00
..
Controllers
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
FilesWebSite.kproj
SendFileMiddleware.cs Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http 2015-03-05 16:25:15 -08:00
Startup.cs Modify BuilderExtensions.UseMvc to not add any routes by default 2015-01-23 16:51:38 -08:00
project.json Adding servers and wwwroot folder to test websites 2014-12-10 14:16:11 -08:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00
sample.txt

readme.md

ConnegWebsite

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.