aspnetcore/test/WebSites/ControllersFromServicesWebSite
jacalvar 5246125cb7 [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator
* Added ViewComponentFeture and ViewComponentFeatureProvider to perform view component discovery.
* Changed view component discovery to use application parts.
* Changed ViewComponentDescriptorProvider to make use of Application parts.
* Added AddViewComponentsAsServices method on IMvcBuilder that performs view component
  discovery through the ApplicationPartManager and registers those view components as
  services in the service collection. Assemblies should be added to the ApplicationPartManager
  in order to discover view components in them in them.
2016-04-01 10:55:04 -07:00
..
Components [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
AnotherController.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ControllersFromServicesWebSite.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
NotInServicesController.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
Startup.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ValueService.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ViewData.cshtml
project.json Fixed packages 2016-03-25 12:27:49 -07:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

Functional test site for verifying that controllers registered as services can be consumed by DefaultControllerFactory.