aspnetcore/test/WebSites/WebApiCompatShimWebSite/Controllers
Pranav K e1e43e1e8c ControllerActivator should be able to use controllers registered as
services

* Added WithControllersFromServiceProvider that replaces the default
  controller activator with a service based one.
* Move activation to DefaultControllerFactory
* Modify [Activate] behavior so that it no longer activates services. Use
  [FromService] attribute to hydrate services

Fixes #1707
2015-02-11 16:41:59 -08:00
..
ActionResults Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ActionSelection Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
HttpRequestMessage
ParameterBinding Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
BasicApiController.cs ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
HttpResponseExceptionController.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
MvcController.cs