aspnetcore/test/WebSites/ActivatorWebSite/Controllers
Ryan Nowak 1a617eb533 Fix an inadvertent 204 in activator tests
On a web server, this test ends up giving back a 204 because of the MVC
behavior when an action is declared to return void. The fix is to use
EmptyResult.
2014-12-15 11:18:39 -08:00
..
CannotBeActivatedController.cs Adding support for ActivateAttribute via IControllerActivator 2014-06-23 11:00:28 -07:00
PlainController.cs Adding support for ActivateAttribute via IControllerActivator 2014-06-23 11:00:28 -07:00
RegularController.cs Fix an inadvertent 204 in activator tests 2014-12-15 11:18:39 -08:00
ViewController.cs Issue #985: Adding Functional Tests for ViewComponent Activators. 2014-09-30 10:49:30 -07:00