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
PlainController.cs
RegularController.cs Fix an inadvertent 204 in activator tests 2014-12-15 11:18:39 -08:00
ViewController.cs