aspnetcore/test/WebSites
jacalvar cde1a95d49 [Fixes #900] Use [Route(...)] on action methods to specify an attribute route that allows all verbs.
1. Changed attribute usage on RouteAttribute.
2. Added a test on action discovery to ensure that actions with [Route] get discovered as
   attribute routed actions.
3. Added a test on reflected action descriptor provider to ensure that an action with [Route] on
   the controller and [Route] on the action results in an action that allows any Http method.
2014-09-10 10:11:42 -07:00
..
ActivatorWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
AddServicesWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
AntiForgeryWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
AutofacWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
BasicWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
CompositeViewEngine Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ConnegWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
FormatterWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
InlineConstraintsWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
ModelBindingWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
RazorWebSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
RoutingWebSite [Fixes #900] Use [Route(...)] on action methods to specify an attribute route that allows all verbs. 2014-09-10 10:11:42 -07:00
ValueProvidersSite Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00