aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../ViewComponents
jacalvar 354400f12b [Fixes #3752] Refactor and cleanup view components
* Moved instantiation of view components into DefaultViewComponentActivator
* Introduced IViewComponentFactory to handling setup of new view component instances.
* Added a release method on IViewComponentActivator for handling tear down of view
  component instances.
2016-01-26 14:18:12 -08:00
..
ContentViewComponentResultTest.cs
DefaultViewComponentActivatorTests.cs [Fixes #3752] Refactor and cleanup view components 2016-01-26 14:18:12 -08:00
DefaultViewComponentDescriptorProviderTest.cs
DefaultViewComponentFactoryTest.cs [Fixes #3752] Refactor and cleanup view components 2016-01-26 14:18:12 -08:00
DefaultViewComponentSelectorTest.cs
HtmlContentViewComponentResultTest.cs
JsonViewComponentResultTest.cs
ViewComponentConventionsTest.cs
ViewViewComponentResultTest.cs