aspnetcore/test/WebSites/ConnegWebSite/Controllers
Kiran Challa 17e4dd2bf6 [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
..
FallbackOnTypeBasedMatchController.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -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 Fix for 1071: Output Formatters should be invoked for writing out the response. 2014-10-03 10:54:59 -07:00
NoContentDoNotTreatNullValueAsNoContentController.cs Fix for 1071: Output Formatters should be invoked for writing out the response. 2014-10-03 10:54:59 -07:00
NoProducesContentOnClassController.cs ProducesAttribute + 2014-08-11 17:52:55 -07:00
NormalController.cs [Fixes #1216] Provide a property on JsonOutputFormatter to set serializer settings 2014-10-15 09:27:09 -07:00
ProducesContentBaseController.cs ProducesAttribute + 2014-08-11 17:52:55 -07:00
ProducesContentOnClassController.cs ProducesAttribute + 2014-08-11 17:52:55 -07:00
ProducesWithMediaTypeParametersController.cs [Fixes #1429] Content negotiation does a case-sensitive matching of media type's parameter values 2014-11-11 10:15:51 -08:00
TextPlainController.cs Cleanup namespaces and Task.FromResult 2014-10-02 11:49:44 -07:00