aspnetcore/test/WebSites/ConnegWebSite/Controllers
harshgMSFT 7a3dc352c9 1. Moving the HttpNotAcceptableOutputFormatter to product code.
2. Renaming the NoContentFormatter to HttpNoContentOutputFormatter.
3. Updating the test to use mock.
2014-09-12 14:14:44 -07:00
..
FallbackOnTypeBasedMatchController.cs 1. Moving the HttpNotAcceptableOutputFormatter to product code. 2014-09-12 14:14:44 -07:00
HomeController.cs
JsonResultController.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
NoContentController.cs NoContentFormatter: Writes 204 to the response status code if the value returned is null. 2014-08-14 19:16:26 -07:00
NoProducesContentOnClassController.cs
NormalController.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
ProducesContentBaseController.cs
ProducesContentOnClassController.cs
TextPlainController.cs NoContentFormatter: Writes 204 to the response status code if the value returned is null. 2014-08-14 19:16:26 -07:00