aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/ApplicationModel
Ryan Nowak 8a476b56d8 Part 2 of fix for #2248 - Support 'override' of attribute routes on action
methods

This change applies the 'override' semantic to attribute routes on virtual
methods.

A method override can either inherit attribute routes from a base
definition, or can replace them. It's not possible to inherit routes and
also add to them.
2015-05-08 17:05:50 -07:00
..
ActionApplicationModelConventionTest.cs
ActionModelTest.cs
AttributeRouteModelTests.cs
ControllerApplicationModelConventionTest.cs
ControllerModelTest.cs
DefaultActionModelBuilderTest.cs Part 2 of fix for #2248 - Support 'override' of attribute routes on action 2015-05-08 17:05:50 -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
PropertyModelTest.cs