ASP.NET MVC 3 Fundamentals

method, adding a string parameter to request for a specific genre. ASP.NET MVC will automatically pass any querystring or form post parameters named . genre. to this action method when invoked. To do this, replace the . Browse. method with the following code: (Code Snippet – ASP.NET MVC 3.0 Fundamentals – Ex3 StoreController BrowseMethod ... ................
................