标签: iphone asp.net httprequest
在ASP.NET中,如何从iPhone的POST方法的请求体中提取参数?
我使用下面的代码,键是相同的:
string username = HttpContext.Current.Request.Form["username"].ToString(); string password = HttpContext.Current.Request.Form["password"].ToString();