aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Ryan Nowak 3dea6b11a3 Issue #1695 - Create a pattern for a 'greedy' model binder.
See #1695 for a detailed explanation. This change builds support into the
system for the case that a model binder returns true without setting a
value for the Model.

In this case, validation will be skipped if it's a top-level object.

Note that explicitly setting null will still run validation.
2015-01-15 16:32:50 -08:00
..
BindAttributeController.cs Adding Support for TryUpdateModel using include expressions and predicate. 2014-12-05 17:28:43 -08:00
CompositeTestController.cs
FileUploadController.cs File upload model binder 2015-01-15 13:41:14 -08:00
FromAttributesController.cs Correct StyleCop violations 2015-01-06 16:23:57 -08:00
FromHeader_BlogController.cs Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
FromServices_CalculatorController.cs
HomeController.cs
ModelBinderAttribute_CompanyController.cs
ModelBinderAttribute_ProductController.cs Fix build break 2014-12-05 12:24:19 -08:00
PropertiesGetCreatedController.cs
RoundtripController.cs
TryUpdateModelController.cs
VehicleController.cs Adding additional functional tests for ModelBinding 2014-12-16 12:25:37 -08:00
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs