当前位置: 代码迷 >> 综合 >> How to read the query string params of a ASP.NET raw URL?
  详细解决方案

How to read the query string params of a ASP.NET raw URL?

热度:21   发布时间:2024-01-10 02:13:47.0

http://stackoverflow.com/questions/11676975/how-to-read-the-query-string-params-of-a-asp-net-raw-url

string something = HttpContext.Current.Request.QueryString["yourparam"];


  相关解决方案