Go to file
Ryan Nowak cf16d6cba7 Small refactor of TemplateBinder
We'll need to access the accepted values to do proper link generation, so
separating this process out into 2 parts.

Also moving defaults into the TemplateBinder because they are conceptually
part of the route, not part of the request. I'll do the same for
TemplateMatcher soon, but it's a big change and worth separating.
2014-03-26 18:44:57 -07:00
samples/RoutingSample.Web
src/Microsoft.AspNet.Routing Small refactor of TemplateBinder 2014-03-26 18:44:57 -07:00
test/Microsoft.AspNet.Routing.Tests Small refactor of TemplateBinder 2014-03-26 18:44:57 -07:00
.gitattributes
.gitignore
NuGet.Config
README.md
Routing.sln
build.cmd
global.json
makefile.shade

README.md

Routing for Project K