aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak df8f84b772 Fix #1287 - Port WebAPI parameter binding behavior
This change modifies the default parameter binding behavior for an
ApiController to use the WebAPI rules.

'simple types' default to use route data or query string
'complex types' default to use the body (formatters)

Adds ModelBindingAttribute to enabled model binding
2014-10-17 16:51:48 -07:00
..
compiler/resources Adding support for inheriting tag helpers from _ViewStart files 2014-10-16 07:55:37 -07:00
ActivatorTests.cs
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs
BasicTests.cs Use DefaultOrder in MvcOptionsSetup 2014-10-15 17:12:52 -07:00
CompositeViewEngineTests.cs
ConnegTests.cs [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
CustomUrlHelperTests.cs
DefaultOrderTest.cs Use DefaultOrder in MvcOptionsSetup 2014-10-15 17:12:52 -07:00
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs
FiltersTest.cs Issue #937: Adding functional tests for Filters. 2014-10-15 14:24:53 -07:00
FlushPointTest.cs
InlineConstraintTests.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
InputFormatterTests.cs
InputObjectValidationTests.cs Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
JsonOutputFormatterTests.cs [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
LinkGenerationTests.cs [Issue #1133] RedirectToActionResult and UrlHelper should use HostString, PathString, etc. To build Urls. 2014-10-14 16:12:29 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingTests.cs Adding support for bind attribute. 2014-10-17 16:24:28 -07:00
MvcSampleTests.cs
MvcStartupTests.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
NullLoggerFactory.cs updating ILogger, see aspnet/Logging#3 2014-10-14 10:25:01 -07:00
OutputFormattterTests.cs
RazorInstrumentationTests.cs
ResourceHelpers.cs
RoutingTests.cs
TagHelpersTest.cs Adding support for inheriting tag helpers from _ViewStart files 2014-10-16 07:55:37 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ValueProviderTests.cs
VersioningTests.cs
ViewComponentTests.cs Issue #1214: Cannot pass a int parameter to the views from ViewComponent. 2014-10-17 16:40:25 -07:00
ViewEngineTests.cs Layout property needs to be propogated between nested view starts 2014-10-15 18:54:02 -07:00
WebApiCompatShimActionResultTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
WebApiCompatShimActionSelectionTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimBasicTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimParameterBindingTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs
project.json Remove unnecessary references from project.json 2014-10-17 14:26:58 -07:00