wepapi专题

c#中WepAPI(post/get)控制器方法创建和httpclient调用webAPI实例

一:WebAPI创建 using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Text.RegularExpressions; using System.Web; using System.Web.Http; namespace WebAppli