[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 93be223d55 Limit the branches that build on our public CI.
[ci skip]
2016-03-09 16:35:12 -08:00
samples/RoutingSample.Web Remove project name from output path 2016-03-02 21:06:00 -08:00
src Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:09 -08:00
test Remove project name from output path 2016-03-02 21:06:00 -08:00
tools Strong name everything. 2015-11-03 12:18:03 -08:00
.gitattributes Changes to build using dotnet-cli 2016-01-13 13:02:32 -08:00
.gitignore Fix routing build 2016-02-02 11:44:52 -08:00
.travis.yml Limit the branches that build on our public CI. 2016-03-09 16:35:12 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:48:54 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 13:59:22 -07:00
NuGet.config Updating to release NuGet.config. 2015-10-28 12:43:08 -07:00
NuGetPackageVerifier.json Remove Routing.Extensions 2016-02-04 10:03:30 -08:00
README.md Add AppVeyor, Travis build status 2015-06-23 07:28:53 +03:00
Routing.sln Move routing extensions to .Routing 2016-02-04 09:55:09 -08:00
Settings.StyleCop Update StyleCop header restriction. 2015-05-01 14:14:25 -07:00
appveyor.yml Limit the branches that build on our public CI. 2016-03-09 16:35:12 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:17 -08:00
build.ps1 Update the build scripts to the latest version 2016-03-07 20:55:02 -08:00
build.sh Update the build scripts to the latest version 2016-03-07 20:55:02 -08:00
global.json Update global.json, sources=>projects 2015-04-02 09:20:27 -07:00
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.