📌  相关文章
📜  postasjsonasync 未找到 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:07.234000             🧑  作者: Mango

代码示例1
Yes, you need to add a reference to

System.Net.Http.Formatting.dll
This can be found in the extensions assemblies area.

A good way of achieving this is by adding the NuGet package Microsoft.AspNet.WebApi.Client to your project.