I have a link created like this:
Html.ActionLink("Holdings", "Index", "Holdings", new { id = greenbaby }, null) it renders a link:
http://blah/Holdings/Index/greenbaby I need
http://blah/Holdings/Index/?id=greenbaby or
http://blah/Holdings/?id=greenbaby Is there a way to get the ActionLink to do that?