aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
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
..
compiler/resources
ActivatorTests.cs
AntiForgeryTestHelper.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
AntiForgeryTests.cs
ApiExplorerTest.cs update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
ApplicationModelTest.cs
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
CustomUrlHelperTests.cs
DefaultOrderTest.cs
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs RenderSection \ RenderSectionAsync does not work in sections 2014-11-14 12:17:25 -08:00
InlineConstraintTests.cs
InputFormatterTests.cs added tests for json input formatter 2014-11-12 10:50:55 -08:00
InputObjectValidationTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
JsonOutputFormatterTests.cs
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj Regenerate .kproj files 2014-11-04 22:41:53 -08:00
ModelBindingTests.cs
MvcSampleTests.cs
MvcStartupTests.cs
NullLoggerFactory.cs renaming TraceType to LogLevel 2014-11-06 09:24:02 -08:00
OutputFormattterTests.cs
PrecompilationTest.cs
RazorInstrumentationTests.cs
RequestServicesTest.cs Fix for #1447 - Adding functional tests that verify per-request services 2014-11-17 18:38:49 -08:00
ResourceHelpers.cs
RoundTripTests.cs
RouteDataTest.cs Adding a functional test that modifies data tokens 2014-11-17 18:35:04 -08:00
RoutingTests.cs Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
TagHelpersTest.cs
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs
ValueProviderTests.cs
VersioningTests.cs
ViewComponentTests.cs
ViewEngineTests.cs
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs
WebApiCompatShimParameterBindingTest.cs
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs
project.json Fix for #1447 - Adding functional tests that verify per-request services 2014-11-17 18:38:49 -08:00