aspnetcore/test
jacalvar ccc20a38c1 [Fixes #734] Attribute Routing: Implement Name
1. Added support for Name in attribute routing. Name can be defined using [RouteAttribute]
and the different Http*Attributes, for example [HttpGet].

2. Names defined on actions always override names defined on the controller.

3. Actions with a non empty template don't inherit the name from the controller. The name
   is only inherited from the controller when the action template is null or empty.

4. Multiple attribute routes with different templates and the same name are not allowed.
2014-08-29 17:51:12 -07:00
..
Microsoft.AspNet.Mvc.Core.Test [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
Microsoft.AspNet.Mvc.FunctionalTests [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test
Microsoft.AspNet.Mvc.ModelBinding.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.Test
WebSites [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00