aspnetcore/test/WebSites
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
..
ActivatorWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
AddServicesWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
AntiForgeryWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
AutofacWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
BasicWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
CompositeViewEngine Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
ConnegWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
FormatterWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
InlineConstraintsWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
ModelBindingWebSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00
RazorWebSite Adding support for flush points in Razor pages 2014-08-29 09:30:23 -07:00
RoutingWebSite [Fixes #734] Attribute Routing: Implement Name 2014-08-29 17:51:12 -07:00
ValueProvidersSite Updated to use the new target framework in project.json 2014-08-28 22:14:10 -07:00