Go to file
Ryan Nowak 371d4e62da Remove string.Split from routing
This change removes the call to string.Split and a few substrings, and
replaces it with a tokenizer API. The tokenizer isn't really optimized
right now for compute - it should probably be an iterator- but it's a
significant improvement on what we're doing.
2015-10-06 10:21:00 -07:00
samples/RoutingSample.Web Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:48 -07:00
src/Microsoft.AspNet.Routing Remove string.Split from routing 2015-10-06 10:21:00 -07:00
test/Microsoft.AspNet.Routing.Tests Remove string.Split from routing 2015-10-06 10:21:00 -07:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:54 -07:00
LICENSE.txt
NuGet.config Make dictionary allocations lazy on RouteData 2015-09-28 22:54:32 -07:00
NuGetPackageVerifier.json Enabling NuGetPackageVerifier 2015-09-18 12:44:29 -07:00
README.md Add AppVeyor, Travis build status 2015-06-23 07:28:53 +03:00
Routing.sln
Settings.StyleCop Update StyleCop header restriction. 2015-05-01 14:14:25 -07:00
appveyor.yml
build.cmd Update 'build.cmd' alias parameter to use full name. 2015-10-01 11:58:43 -07:00
build.sh Update nuget.exe and corresponding feeds to v3. 2015-09-17 18:33:30 -07:00
global.json
makefile.shade Running xml-docs-test before test target 2015-09-18 12:29:43 -07:00

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.