SanSYS

sansys.net: http://goo.gl/92CHdD

Mar 11th, 2015
2,188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. public static class RouteConfig
  2. {
  3.     public static void RegisterRoutes(RouteCollection routes)
  4.     {
  5.         routes.Add("RouteDataHandler", new Route("somehandler/{dataKey}", new BaseDataHandler<CustomDataHandler>()));
  6.     }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment