aspnetcore/samples/MvcSample.Web
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
..
App_Data
Areas/Travel
Components
Controllers/ApiExplorerSamples [Fixes #885] API Explorer: Link Generation 2014-10-13 15:20:38 -07:00
Filters
Models
Monitoring
Services
Views Adding RenderSectionAsync to RazorPage 2014-10-13 17:44:49 -07:00
wwwroot Add WebRoot node to project.json on MvcSample.Web 2014-10-16 12:58:30 -07:00
ApiExplorerController.cs
AutoGenerateRouteNamesAttribute.cs
FiltersController.cs
Home2Controller.cs
HomeController.cs
LanguageViewLocationExpander.cs
LinkController.cs
MvcSample.Web.kproj
OverloadController.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
SimplePocoController.cs
SimpleRest.cs
Startup.cs Issue #1311: Samples should be able to run on Mono. 2014-10-17 14:08:22 -07:00
TestAssemblyProvider.cs
ViewMetadata.cs
project.json Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00