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
JsonResultController.cs JsonResult to use ObjectResult for content negotiation to pick default json formatter. 2014-08-15 15:56:24 -07:00
NoContentController.cs
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