Go to file
kishan.anem cb77c17cf4 TestCase added and IUrlHelper and support for RouteOptions.LowercaseUrls
checked appliesd to the query string.
@rynowak
#518
#Issue:  aspnet/Mvc#7720
2018-05-31 20:07:01 -07:00
.github
benchmarkapps/Benchmarks Fixed scenario name in benchmarks app 2018-05-31 14:45:51 -07:00
benchmarks/Microsoft.AspNetCore.Routing.Performance Upgrade benchmarks project 2018-05-31 17:30:10 -07:00
build Upgrade benchmarks project 2018-05-31 17:30:10 -07:00
samples/RoutingSample.Web
shared/Microsoft.AspNetCore.Routing.DecisionTree.Sources
src TestCase added and IUrlHelper and support for RouteOptions.LowercaseUrls 2018-05-31 20:07:01 -07:00
test TestCase added and IUrlHelper and support for RouteOptions.LowercaseUrls 2018-05-31 20:07:01 -07:00
.appveyor.yml
.gitattributes
.gitignore Added a sample app for benchmarks 2018-05-31 14:39:38 -07:00
.travis.yml
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Routing.sln Added a sample app for benchmarks 2018-05-31 14:39:38 -07:00
Settings.StyleCop
build.cmd
build.sh
korebuild-lock.txt
korebuild.json
run.cmd
run.ps1
run.sh
version.props

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 Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.