使用POST调用Web服务以使用ASP.NET检索数据

时间:2017-12-24 14:36:12

标签: c# asp.net json ajax web-services

我有一个任务是使用c#和ASP调用我们的服务,我在此任务中的所有内容都是 LINK ,而且它不是.asmx或wsdl,它是正常的像https://www.normallink.com

这样的链接

我尝试使用Postman扩展这个链接,它带来了POST方法的json数据,所以如何使用ASP检索这些数据

这是Postman的json数据的例子

 "data": [
    {
        "id": "516",
        "name": "xyz"
    }, 

1 个答案:

答案 0 :(得分:0)

我认为这就是你要找的东西:

number + 1