ASP.NET:如何从请求体中提取参数?

时间:2011-12-14 13:37:27

标签: iphone asp.net httprequest

在ASP.NET中,如何从iPhone的POST方法的请求体中提取参数?

我使用下面的代码,键是相同的:

string username = HttpContext.Current.Request.Form["username"].ToString();
string password = HttpContext.Current.Request.Form["password"].ToString();

0 个答案:

没有答案