Go to file
Chris Ross 6ae3d90ad0 Handle changes in FileProviders. 2015-04-23 12:18:49 -07:00
samples/StaticFileSample
src/Microsoft.AspNet.StaticFiles Add serviceable attribute to projects. 2015-04-07 14:53:07 -07:00
test/Microsoft.AspNet.StaticFiles.Tests Handle changes in FileProviders. 2015-04-23 12:18:49 -07:00
.gitattributes
.gitignore
.travis.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:17:23 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
StaticFiles.sln
appveyor.yml Update .travis.yml and appveyor.yml to build quietly. 2015-04-07 16:17:23 -07:00
build.cmd
build.sh
global.json
makefile.shade

README.md

StaticFiles

This repo contains middleware for handling requests for file system resources including files and directories.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.