asp.net mvc 3 - read query stringfrom mvc url -


This is probably a stupid question but I came from an asp.net background, so reading a query string is very easy, Not sure how I should do with MVC.

Let's say I have a URL that looks

How do I code = 3a 9a ......... ..? ..?

  request .QueryString ["CODE"]   

This is :)

Comments