lenmom

博客园 首页 新随笔 联系 订阅 管理

2018年4月16日 #

摘要: https://www.cnblogs.com/dreling/p/6958829.html 阅读全文
posted @ 2018-04-16 20:24 老董 阅读(137) 评论(0) 推荐(0)

摘要: 原文地址:http://www.cnblogs.com/landeanfen/p/5337072.html 阅读全文
posted @ 2018-04-16 16:05 老董 阅读(168) 评论(0) 推荐(0)

摘要: 在WebAPI中,请求主体(HttpContent)只能被读取一次,不被缓存,只能向前读取的流。 举例子说明: 1. 请求地址:/?id=123&name=bob 服务端方法: void Action(int id, string name) // 所有参数都是简单类型,因而都将来自url 2. 请 阅读全文
posted @ 2018-04-16 15:58 老董 阅读(217) 评论(0) 推荐(0)