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 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 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 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