2

I have noticed quite a few posts on web where people use some class named MVC to get controllers and actions.

MVC.Home.Index().GetRouteValueDictionary()

Where does it come from? I cannot find this class anywhere.

tereško
  • 58,060
  • 25
  • 98
  • 150
Alex Lapa
  • 1,149
  • 11
  • 21

1 Answers1

1

That would be T4MVC, I believe.

SteveChapman
  • 3,051
  • 1
  • 22
  • 37