ASP.NET MVC 3 Fundamentals

action method name as a parameter named . I. d. If your action method has a parameter named Id then ASP.NET MVC will automatically pass the URL segment to you as a parameter. In the URL . Store/Detail/5, Id. will be interpreted as . 5. Change the . Detail. s. method of the . StoreController, adding an . int. parameter called . id. To do this ... ................
................