ASP.NET Core中返回 json 数据首字母大小写问题
2021-04-25 16:26
标签:大小写 col mesi tin rtu set pre 首字母 his ASP.NET Core中返回 json 数据首字母大小写问题 标签:大小写 col mesi tin rtu set pre 首字母 his 原文地址:https://www.cnblogs.com/zxs-onestar/p/12228556.htmlasp.net core 默认输出的json数据首字母会改成小写,考虑可能是为了前端js的书写习惯,毕竟js 操作大小写敏感。
在Startup类的ConfigureServices()方法中进行配置,DefaultContractResolver() 原样输出,返回的 json 与后台定义一致
// This method gets called by the runtime. Use this method to add services to the container.
public void ConfigureServices(IServiceCollection services)
{
services.Configure
上一篇:网站基础
下一篇:PHPCMS 第一节 新增菜单
文章标题:ASP.NET Core中返回 json 数据首字母大小写问题
文章链接:http://soscw.com/index.php/essay/79440.html