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

Viewed 56533

I have a variable

string rawURL = HttpContext.Current.Request.RawUrl;

How do I read the query string parameters for this url?

6 Answers
Related