Go to file
Ryan Nowak 27d6a735af Implement a 'required' constraint
This is useful for a variety of interesting scenarios in link generation
where a default value doesn't appear in the route template as a parameter.

This can be used to implement the desired behavior for areas - where the
'area' key is sticky.
2014-07-08 16:23:14 -07:00
samples/RoutingSample.Web Implement a 'required' constraint 2014-07-08 16:23:14 -07:00
src/Microsoft.AspNet.Routing Implement a 'required' constraint 2014-07-08 16:23:14 -07:00
test/Microsoft.AspNet.Routing.Tests Implement a 'required' constraint 2014-07-08 16:23:14 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
Routing.sln
Settings.StyleCop
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET Routing

Contains routing middleware for routing requests to application logic.

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.