I’m developing a web site in ASP.NET MVC 2. At some point, I get to a ActionResult in a controller and I obviously call method
return View();
Is there any way, that I could pass QueryString into my view or attach parameters to the URL?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try
Don’t forget to include this
or simply you can try this