Using ASP.NET MVC 4 and T4MVCExtension 4.0, I generate a link with @Url.Action(T4Controllers.EnhancementList.ByVotes())
and get http://localhost:1025/Enhancements/EnhancementList?Area=
. Any ideas on how to get rid of that extra-ugly url parameter?
Note: I thought of titling this "Areas? We don't need no stinkin' Areas."