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 Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Controllers Repair failing functional test 2016-04-11 12:07:51 -07:00
wwwroot
HttpMergeAttribute.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RoutingWebSite.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
Startup.cs Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
TestResponseGenerator.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
project.json Fixed packages 2016-03-25 12:27:49 -07:00
readme.md

readme.md

RoutingWebSite

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