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 Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:48 -07:00
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 Make dictionary allocations lazy on RouteData 2015-09-28 22:54:32 -07:00
NuGetPackageVerifier.json
README.md
Routing.sln
Settings.StyleCop
appveyor.yml
build.cmd Fix local build break 2015-10-12 13:01:49 -07:00
build.sh React to aspnet/Universe#290 fix 2015-10-10 20:03:10 -07:00
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.