API response “Unsupported Media Type” in C#

后端 未结 0 1307
野趣味
野趣味 2021-02-05 18:11

Following is my code.

using (var client = new HttpClient())
{
var content = JsonConvert.SerializeObject(item);
var MemberIdDto = new StringContent(content, Unicod         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题