Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static class RouteConfig
- {
- public static void RegisterRoutes(RouteCollection routes)
- {
- routes.Add("RouteDataHandler", new Route("somehandler/{dataKey}", new BaseDataHandler<CustomDataHandler>()));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment