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. |
||
|---|---|---|
| .. | ||
| ActionApplicationModelConventionTest.cs | ||
| ActionModelTest.cs | ||
| AttributeRouteModelTests.cs | ||
| ControllerApplicationModelConventionTest.cs | ||
| ControllerModelTest.cs | ||
| DefaultActionModelBuilderTest.cs | ||
| DefaultControllerModelBuilderTest.cs | ||
| ParameterModelTest.cs | ||
| PropertyModelTest.cs | ||