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 Add AutoFac to the MVC sample 2014-06-09 15:00:40 -07:00
Areas/Travel
Components
Controllers/ApiExplorerSamples [Fixes #885] API Explorer: Link Generation 2014-10-13 15:20:38 -07:00
Filters
Models Adding Api Explorer 2014-09-25 15:31:51 -07:00
Monitoring Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
Services Adding support for @Inject to Mvc 2014-06-09 13:43:08 -07:00
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 Adding Api Explorer 2014-09-25 15:31:51 -07:00
AutoGenerateRouteNamesAttribute.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
FiltersController.cs
Home2Controller.cs Fix the sample to await when writing directly to the output stream in a controller. 2014-09-09 08:39:44 -07:00
HomeController.cs [Fixes #429] FileResult 2014-10-02 12:50:24 -07:00
LanguageViewLocationExpander.cs Adding support for ViewLocationExpanders to allow modifying view locations 2014-10-01 16:15:25 -07:00
LinkController.cs
MvcSample.Web.kproj moving global filters to options 2014-09-15 15:34:45 -07:00
OverloadController.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
SimplePocoController.cs
SimpleRest.cs Fix for #1192 - Support customizing reflected model through attributes 2014-10-01 14:15:34 -07:00
Startup.cs Issue #1311: Samples should be able to run on Mono. 2014-10-17 14:08:22 -07:00
TestAssemblyProvider.cs Rename IControllerAssemblyProvider to IAssemblyProvider and follow through resultant renames 2014-10-11 13:26:07 -07:00
ViewMetadata.cs
project.json Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00