Go to file
Pranav K 28cc5a4517 Remove GetHtmlEncoder usage 2015-12-30 18:01:56 -08:00
samples/StaticFileSample Standardizing middleware to use configureOptions lambda 2015-12-22 19:32:20 -08:00
src/Microsoft.AspNet.StaticFiles Remove GetHtmlEncoder usage 2015-12-30 18:01:56 -08:00
test/Microsoft.AspNet.StaticFiles.Tests Standardizing middleware to use configureOptions lambda 2015-12-22 19:32:20 -08:00
tools
.gitattributes
.gitignore
.travis.yml Move Travis to supported Linux distribution 2015-11-17 14:39:48 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
StaticFiles.sln
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

StaticFiles

AppVeyor: AppVeyor

Travis: Travis

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

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