Currently I have a Controller named StoreController. There are three Categories : books, movies, and games. How can i make sure that the url's
- http://mywebsite.com/store/books,
- http://mywebsite.com/store/movies
- http://mywebsite.com/store/games
match a single action method. Right now, I am having three separate action methods books(); movies(); games(); doing the same thing, i.e listing the products in them