ASP.NET MVC 3 Routing Multiple parameters without query string
问题 I have the below route setup but it is not coming out the way I am expecting. Yes I am still new to MVC. The way it is coming out is like this. http://localhost:29998/Home/States?make=Chrysler the way I want it to come out is like this http://localhost:29998/Home/Chrysler/States Then of course once you click on your state it would look like this. http://localhost:29998/Home/Chrysler/Florida I would realy love to be able to remove "home from that altogether and just leave it as http:/