Inconsistent property name casing in generated JsonResult
问题 I've been scratching my head on this for a while now and have decided to let the SO community take a crack at it... I have a few actions that respond to POSTs from the client side that do simple tasks and return a JsonResult built from an anonymous class with a simple Boolean "Success" property if it succeeds, or returns a PartialViewResult with ModelState errors if the action was unsuccessful: <HttpPost()> _ Public Function UpdateHeader(ByVal header As XmlReturnHeader) As ActionResult If