aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel
Ryan Nowak 46db71cfce Part 1 of fix for #2248 - Ambiguity when inheriting attribute routes
The change here is to make an attribute route defined on a base class
inherited only if no other routes were defined 'closer' to the controller
class.

To put another way, attribute routes can either be inherited or
overridden, you can't inherit + add your own.
2015-05-08 17:05:45 -07:00
..
ActionApplicationModelConventionTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ActionModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
AttributeRouteModelTests.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ControllerApplicationModelConventionTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ControllerModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultActionModelBuilderTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultControllerModelBuilderTest.cs Part 1 of fix for #2248 - Ambiguity when inheriting attribute routes 2015-05-08 17:05:45 -07:00
ParameterModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
PropertyModelTest.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00