aspnetcore/test/Microsoft.AspNet.Mvc.Core.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
..
ActionResults Fix #1502 - Remove duplicate unit tests 2014-11-04 13:30:15 -08:00
AntiXsrf
ApplicationModel Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
Description update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
Filters
Formatters
Internal
Logging renaming TraceType to LogLevel 2014-11-06 09:24:02 -08:00
OptionDescriptors Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
ParameterBinding
Properties
Rendering Per PR discussion 2014-11-12 21:56:11 -08:00
Routing update due to breaking changes in routing 2014-11-18 12:37:47 -08:00
TestFiles
Utils
ViewComponents
ActionExecutorTests.cs
BodyModelBinderTests.cs Adding support for excluding types for validation, based on type names for body bound models. 2014-11-06 11:00:50 -08:00
ControllerActionDescriptorProviderTests.cs Fix for #1194 - Error using [HttpPost] and [Route] together 2014-11-19 15:52:20 -08:00
ControllerActionInvokerTest.cs
ControllerTests.cs Fix to special case Dispose method to be treated as non-action 2014-11-12 14:52:19 -08:00
CopyOnWriteDictionaryTest.cs
DefaultActionSelectorSelectAsyncValuesTest.cs
DefaultActionSelectorTests.cs
DefaultAssemblyProviderTests.cs
DefaultControllerActivatorTest.cs
DefaultControllerFactoryTest.cs
DefaultInputFormatterSelectorTests.cs
DefaultViewComponentActivatorTests.cs
HttpMethodProviderAttributesTests.cs
InputObjectBindingTests.cs
JsonResultTest.cs
KnownRouteValueConstraintTests.cs
MediaTypeWithQualityHeaderValueTests.cs
Microsoft.AspNet.Mvc.Core.Test.kproj Regenerate .kproj files 2014-11-04 22:41:53 -08:00
MockMvcOptionsAccessor.cs
MvcOptionsTests.cs
MvcRouteHandlerTests.cs Revert "Fix for MVC #1539 - Deal with the case where request services are not set" 2014-11-17 18:33:56 -08:00
PropertyHelperTest.cs
RequireHttpsAttributeTests.cs
RouteDataActionConstraintTest.cs
RouteTemplateProviderAttributesTests.cs
StaticAssemblyProvider.cs
StaticControllerModelBuilder.cs
TestController.cs
TestGlobalFilterProvider.cs
TypeHelperTest.cs
UrlHelperTest.cs Fix #1502 - Remove duplicate unit tests 2014-11-04 13:30:15 -08:00
ViewComponentTests.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
project.json