I would like that the Index action doesn't appear in the url.
For example, I would like to see
www.mywebsite.com/MyController/1
instead of
www.mywebsite.com/MyController/Index/1
Is there something special I have to do in the Html.ActionLink tag or in the global.aspx file ?