会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
就是这么真实
菜鸟进步中
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
C# http get post
WebForm 和 mvc 获取get 和 post的方式
摘要:WebForm:(假如请求这个页面有get和post两种情况)Request.ServerVariables("Request_Method")="POST"Request.ServerVariables("Request_Method")="GET"Request.RequestType=="PO...
阅读全文
posted @
2015-11-09 11:40
就是这么真实
阅读(976)
评论(0)
推荐(0)
C# http请求:get,post
摘要:get: /// /// GET请求与获取结果 /// public static string HttpGet(string Url, string postDataStr) { HttpWebReq...
阅读全文
posted @
2015-11-05 18:30
就是这么真实
阅读(1808)
评论(0)
推荐(0)
公告