aspnetcore/test/WebSites
Ryan Nowak ed8ba5ae9c Fix for #1194 - Error using [HttpPost] and [Route] together
This change enables some compatibility scenarios with MVC 5 by expanding
the set of legal ways to configure attribute routing. Most promiently, the
following example is now legal:

[HttpPost]
[Route("Products")]
public void MyAction() { }

This will define a single action that accepts POST on route "Products".

See the comments in #1194 for a more detailed description of what changed
with more examples.
2014-11-19 15:52:20 -08:00
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
ApplicationModelWebSite
AutofacWebSite
BasicWebSite Adding a functional test that modifies data tokens 2014-11-17 18:35:04 -08:00
CompositeViewEngine
ConnegWebSite
FilesWebSite
FiltersWebSite
FormatterWebSite added tests for json input formatter 2014-11-12 10:50:55 -08:00
InlineConstraintsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite
PrecompilationWebSite
RazorInstrumentationWebsite
RazorWebSite RenderSection \ RenderSectionAsync does not work in sections 2014-11-14 12:17:25 -08:00
RequestServicesWebSite Fix for #1447 - Adding functional tests that verify per-request services 2014-11-17 18:38:49 -08:00
RoutingWebSite Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
TagHelpersWebSite
UrlHelperWebSite
ValueProvidersSite
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite
XmlSerializerWebSite