new HttpClient().PostAsync("http://...", new JsonContent(new { x = 1, y = 2 }));. I would add to the accepted answer ...
確定! 回上一頁