标签: c# .net
如何在C#代码中接受通过URL(POST或GET)发送的参数?在PHP中,只需使用 $ _ REQUEST
C#.NET 3.5中有类似的东西吗?
感谢。
答案 0 :(得分:2)
Request.QueryString["parametername"]
http://msdn.microsoft.com/en-us/library/system.web.httprequest.querystring.aspx