aspnetcore/test/WebSites/RoutingWebSite
Ryan Nowak a318c4599a API Review - Split up .Actions
Abstractions - Core MVC extensibility

Controllers - MVC implementations of .Abstractions and supporting
contracts

Infrastructure - General purpose support APIs. Metadata APIs that don't
fit clearly with a feature or with .Abstraction
2015-09-21 21:54:02 -07:00
..
Areas Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Controllers [Fixes #2931] AttributeRoute does not replace existing route values with null 2015-08-28 11:11:03 -07:00
wwwroot
CountryNeutralAttribute.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
CountrySpecificAttribute.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
HttpMergeAttribute.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
RoutingWebSite.xproj Cleanup .xproj files to avoid future churn 2015-07-17 09:07:23 -07:00
Startup.cs [Fixes #2931] AttributeRoute does not replace existing route values with null 2015-08-28 11:11:03 -07:00
TestResponseGenerator.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md

readme.md

RoutingWebSite

This web site illustrates how to use conventional and attribute routes.