aspnetcore/test/WebSites/ModelBindingWebSite/Controllers
Ryan Nowak 538cd9c191 Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
..
BindAttributeController.cs
BindingBehaviorController.cs
CompositeTestController.cs
DataMemberRequiredController.cs
FileUploadController.cs
FormCollectionController.cs Fix #2527 - Remove FormCollection use 2015-08-24 11:09:30 -07:00
FromAttributesController.cs [Fixes #2900] Get rid of manual body-read-state-tracking 2015-08-31 10:34:42 -07:00
FromBodyControllerPropertyController.cs [Fixes #2900] Get rid of manual body-read-state-tracking 2015-08-31 10:34:42 -07:00
FromFormAttribute_CompanyController.cs
FromHeader_BlogController.cs
FromQueryAttribute_CompanyController.cs
FromRouteAttribute_CompanyController.cs
FromServices_CalculatorController.cs
HomeController.cs
ModelBinderAttribute_CompanyController.cs
ModelBinderAttribute_ProductController.cs Make ModelBindingResult a struct. 2015-09-03 12:52:50 -07:00
ModelMetadataController.cs
Person_CollectionBinderController.cs
PropertiesGetCreatedController.cs
RoundtripController.cs Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
TryUpdateModelController.cs Move ActionResult classes back to main namespace 2015-09-16 21:42:31 -07:00
ValidationController.cs
VehicleController.cs
WithBinderMetadataController.cs
WithoutBinderMetadataController.cs