Search code examples
c#asp.net-mvct4mvc

Where can I get this "MVC" class in ASP.NET MVC


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.


Solution

  • That would be T4MVC, I believe.