Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
HttpRequest.QueryString
If you have MVC, then you specify variables as arguments to your Action and they will be substituted by the framework itself - weblogs.asp.net/shijuvarghese/querystring-values-a... .
The question is, are there any parameters in the GET line?
All parameters entered in the browser line are filled into the HttpContext.Current.Request.QueryString collection, parameter names will be filled into the HttpContext.Current.Request.QueryString.AllKeys list.
(with Author Below)
The author of the article seems to be talking about exactly what you need:
antitheft-mobile.com/blog/kak_prochitat_parametry_...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question