Go to file
Doug Bunting f6616db53d Explicitly choose Mono 4.0.5
- avoids future problems related to aspnet/External#48
  - e.g. when Travis updates default Mono version in `csharp` bundle
2015-11-17 11:11:15 -08:00
samples/RoutingSample.Web
src/Microsoft.AspNet.Routing Added Template property to RouteTemplate 2015-11-12 15:28:02 -08:00
test/Microsoft.AspNet.Routing.Tests Added Template property to RouteTemplate 2015-11-12 15:28:02 -08:00
tools Strong name everything. 2015-11-03 12:18:03 -08:00
.gitattributes
.gitignore
.travis.yml Explicitly choose Mono 4.0.5 2015-11-17 11:11:15 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Routing.sln
Settings.StyleCop
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET Routing

AppVeyor: AppVeyor

Travis: Travis

Contains routing middleware for routing requests to application logic.

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.