aspnetcore/test/WebSites/RoutingWebSite
Ryan Nowak 171f4452e3 Repair failing functional test
I recently consolidated some code in routing that made the behavior for
attribute routes and conventional routes more consistent. So now, a
catch-all will add a null value to the RVD if it doesn't capture any text,
but will NOT trounce an existing value in the RVD.

This test depended on the behavior where attribute routes didn't ever add
a null value for a catch-all. The fix is to just add a default to the
catch-all.
2016-04-11 12:07:51 -07:00
..
Areas
Controllers Repair failing functional test 2016-04-11 12:07:51 -07:00
wwwroot
HttpMergeAttribute.cs
RoutingWebSite.xproj
Startup.cs Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
TestResponseGenerator.cs
project.json
readme.md

readme.md

RoutingWebSite

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