I have a MVC.NET Web Application and would like to route to a controller and action without specifying the action. How do I do something like this:
mywebsite.com/MyController/{Id}
I have a MVC.NET Web Application and would like to route to a controller and action without specifying the action. How do I do something like this:
mywebsite.com/MyController/{Id}