aspnetcore/test/WebSites/ConnegWebSite/Controllers
harshgMSFT 33173d3031 Fix for Content negotiation should fallback to the first formatter that can write the type #1033
- Includes functional and unit tests.
2014-09-12 13:56:14 -07:00
..
FallbackOnTypeBasedMatchController.cs Fix for Content negotiation should fallback to the first formatter that can write the type #1033 2014-09-12 13:56:14 -07:00
HomeController.cs ProducesAttribute + 2014-08-11 17:52:55 -07:00
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 ProducesAttribute + 2014-08-11 17:52:55 -07:00
NormalController.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
ProducesContentBaseController.cs ProducesAttribute + 2014-08-11 17:52:55 -07:00
ProducesContentOnClassController.cs ProducesAttribute + 2014-08-11 17:52:55 -07:00
TextPlainController.cs NoContentFormatter: Writes 204 to the response status code if the value returned is null. 2014-08-14 19:16:26 -07:00