2015年9月29日

从Post请求中获取传递的Content

摘要: HttpContextBase context = (HttpContextBase)Request.Properties["MS_HttpContext"]; byte[] byts = new byte[context.Request.ContentLength]; ... 阅读全文

posted @ 2015-09-29 14:49 symcious 阅读(374) 评论(0) 推荐(0) 编辑

导航