ASP.NET MVC 3 Fundamentals

Exercise 3: Passing parameters to a Controller. Exercise 3: Passing parameters to a Controller. Until now, you have been returning constant strings from the Controllers. In this exercise you will learn how to pass parameters to a Controller using the URL and querystring and then making the method actions respond with text to the browser. ................
................