aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Core.Test Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
Microsoft.AspNet.Mvc.FunctionalTests Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
Microsoft.AspNet.Mvc.HeaderValueAbstractions.Test [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
Microsoft.AspNet.Mvc.ModelBinding.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.WebApiCompatShimTest
WebSites Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00