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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -