
WEB API
陈广晗-Clare
这个作者很懒,什么都没留下…
展开
-
WEB API和Swagger
第一步:需要进行EF映射 第二步:安装NuGet Swagger.Net和Swashbuckle.Core 第三步:在库文件的属性中生成XML文件 第四部:修改App_Start中的SwaggerConfig.cs类和SwaggerNet.cs类 SwaggerConfig.cs类代码 public class Swagger...原创 2019-03-31 16:24:24 · 328 阅读 · 7 评论 -
C#中调用web API的get和post请求
public bool AddUserSetToCloud(string user_id) { bool AddUserSetToCloudflag = false; usreInfoDAO userSet = new usreInfoDAO(); //判断云端是否有用户数据 //建立...原创 2019-04-07 17:08:31 · 3796 阅读 · 11 评论