asp.net core 3.0中webapi post请求返回http 400

在Asp.net core 3.0的webapi项目中,发送json格式的post请求后,返回的header中error提示The JSON value could not be converted to

 

asp.net core 3.0中webapi post请求返回http 400

解决方法:

安装Microsoft.AspNetCore.Mvc.NewtonsoftJson 包

在ConfigureServices中添加services.AddNewtonsoftJson();

asp.net core 3.0中webapi post请求返回http 400

 

asp.net core 3.0中webapi post请求返回http 400

上一篇:Sublime Text Windows版使用Conda环境


下一篇:windows10下编译OpenCC 1.0.5 简繁转换开源库