aspnetcore/test/WebSites/ViewComponentWebSite
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
..
Views Issue #1214: Cannot pass a int parameter to the views from ViewComponent. 2014-10-17 16:40:25 -07:00
HomeController.cs Issue #1214: Cannot pass a int parameter to the views from ViewComponent. 2014-10-17 16:40:25 -07:00
IntegerViewComponent.cs Issue #1214: Cannot pass a int parameter to the views from ViewComponent. 2014-10-17 16:40:25 -07:00
SampleModel.cs
Startup.cs
TestViewComponent.cs
ViewComponentWebSite.kproj Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
ViewDataComponent.cs
project.json