Force CamelCase on ASP.NET WebAPI Per Controller

后端 未结 4 821
隐瞒了意图╮
隐瞒了意图╮ 2020-11-29 07:04

In ASP.NET WebAPI, I know you can set the default json formatter to use camel case using CamelCasePropertyNamesContractResolver() in the global.aspx which will force ALL jso

4条回答
  •  误落风尘
    2020-11-29 07:49

    This Stack Overflow answer should be helpful. It shows you how to create an ActionFilter which can be applied to any action where you wish to use CamelCasing.

提交回复
热议问题