aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Controllers
Ryan Nowak a2393f21be Adds ControllerBase to Mvc.Core
This change adds a base class for controllers to Mvc.Core that can be used
without a dependency on views, json, etc.

Most of the functionality on Controller moves to ControllerBase. I kept
the IActionFilter and IDisposable functionality on Controller since it's
not really a fit with the 'minimal' philosophy.
2015-12-14 10:29:55 -08:00
..
ActionExecutorTests.cs
ControllerActionArgumentBinderTests.cs
ControllerActionDescriptorBuilderTest.cs
ControllerActionDescriptorProviderTests.cs
ControllerActionInvokerTest.cs Remove IExcludeTypeFilter 2015-12-09 12:30:13 -08:00
DefaultControllerActivatorTest.cs
DefaultControllerFactoryTest.cs Remove IExcludeTypeFilter 2015-12-09 12:30:13 -08:00
DefaultControllerTypeProviderTest.cs Adds ControllerBase to Mvc.Core 2015-12-14 10:29:55 -08:00
ServiceBasedControllerActivatorTest.cs
TestController.cs