Get full query string in C# ASP.NET

后端 未结 6 1539
死守一世寂寞
死守一世寂寞 2020-12-29 19:30

As a PHP programmer I\'m used to using $_GET to retrieve the HTTP query string... and if I need the whole string, theres loads of ways to do it.

In ASP however, I c

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 19:40

    Try Request.Url.Query if you want the raw querystring as a string.

提交回复
热议问题