aspnetcore/src/Microsoft.AspNet.Mvc.Core/ActionResults
James Newton-King de630754bf SerializerSettings refactor
Add SerializerSettings to MvcOptions and pass those options to the JsonInputFormatter and JsonOutputFormatter.
Remove custom contract resolver.

PR feedback
Pass JsonSerializerSettings to JsonPatchInputFormatter

PR feedback
Make DI JsonOutputFormatter formatter use MvcOptions SerializerSettings

Fix JsonPatchInputFormatter using null ContractResolver

Fix tests
2015-05-11 16:43:17 -07:00
..
BadRequestObjectResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
BadRequestResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ChallengeResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ContentResult.cs Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
CreatedAtActionResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CreatedAtRouteResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
CreatedResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
EmptyResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
FileContentResult.cs Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
FilePathResult.cs React to Http namespace changes. 2015-05-07 15:19:10 -07:00
FileResult.cs Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
FileStreamResult.cs Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
HttpNotFoundObjectResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpNotFoundResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpStatusCodeResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
HttpUnauthorizedResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
JsonResult.cs SerializerSettings refactor 2015-05-11 16:43:17 -07:00
NoContentResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ObjectResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
PartialViewResult.cs Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00
RedirectResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RedirectToActionResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RedirectToRouteResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SerializableError.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
UnsupportedMediaTypeResult.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ViewExecutor.cs Custom stream writer which avoids writing the BOM and does not flush or close the stream. 2015-05-11 13:27:05 -07:00
ViewResult.cs Use strongly typed MediaTypeHeaderValue for content type in action results. 2015-05-04 14:06:58 -07:00