1

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."

flipdoubt
  • 13,897
  • 15
  • 64
  • 96

1 Answers1

2

Mostly the same as T4MVC @Url.Action(MVC.Controller.Action()) Renders "?Area=" Parameter in QueryString. Though I thought that was fixed earlier. What T4MVC version are you using?

Community
  • 1
  • 1
David Ebbo
  • 42,443
  • 8
  • 103
  • 117