aspnetcore/test/WebSites/RoutingWebSite
ivano scifoni b4677a44da #4847 Fix MapAreaRoute override existing area constraint (#4954)
*  #4847 Fix MapAreaRoute override existing area constraint
Modify Test project
Modify web test routing

* wrong field tested

* IntRouteConstraint expected

* Default for area route on Travel area

* Removed commented code
simplify constraintsDictionary area assign
renamed test method

* test name

* renamedd test to MapAreaRoute_DoesNotReplaceValuesForAreaIfAlreadyPresentInConstraintsOrDefaults
2016-07-11 10:53:33 -07:00
..
Areas
Controllers
HttpMergeAttribute.cs
RoutingWebSite.xproj One build to rule them all 2016-07-06 16:21:18 -07:00
Startup.cs #4847 Fix MapAreaRoute override existing area constraint (#4954) 2016-07-11 10:53:33 -07:00
TestResponseGenerator.cs [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
project.json Removing extra imports from projects 2016-07-06 08:59:58 -07:00
readme.md
web.config

readme.md

RoutingWebSite

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