Thursday, May 21, 2015

mapping fake routes in MVC

routes.MapRoute(
               "Boris",
               "Boris/Show",
               new
               {
                   controller = "Herby",
                   action = "Index"
               }
           );

No comments:

Post a Comment