aspnetcore/src/Microsoft.AspNetCore.Mvc.Core/Controllers
Ryan Nowak baf0b6a5c7 Fix #4803 - Move some types internal
Moves IControllerArgumentBinder and IControllerPropertyActivator into
.Internal. Also renames ControllerArgumentBinder ->
DefaultControllerArgumentBinder for consistency with other controller
extensibility types.

We don't think these are 100% baked for our long term maintenance of the
product, and want to reserve the ability to make changes in the future.
2016-06-09 09:36:15 -07:00
..
ControllerActionDescriptor.cs [Fixes #4506] Move and rename ActionDescriptor.Name to ControllerActionDescriptor.ActionName 2016-05-31 23:13:20 -07:00
ControllerBoundPropertyDescriptor.cs
ControllerFeature.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
ControllerFeatureProvider.cs [Fixes #4014] Add overload to AddControllerAsServices that uses the default controller discovery logic. 2016-04-01 09:29:37 -07:00
ControllerParameterDescriptor.cs
DefaultControllerActivator.cs [Perf] Remove the validations in ControllerActivator and ViewComponentActivator which are redundant. These 2016-04-08 10:07:33 -07:00
DefaultControllerFactory.cs Fix #4803 - Move some types internal 2016-06-09 09:36:15 -07:00
IControllerActivator.cs
IControllerFactory.cs
ServiceBasedControllerActivator.cs