Where is the PostAsJsonAsync method in ASP.NET Core?

后端 未结 14 1826
再見小時候
再見小時候 2020-12-29 00:51

I was looking for the PostAsJsonAsync() extension method in ASP.NET Core. Based on this article, it\'s available in the Microsoft.AspNet.WebApi.Client

14条回答
  •  暖寄归人
    2020-12-29 01:28

    Just update your Nuget Packages into SDK .Net Core 2.1 or to the latest .Net Core SDK and it will be working.

提交回复
热议问题