Im adding one new route to RouteCollection like this routes.Add(new Route("{*data}", new MyRoutehandler()));
now how to specify the controller name and action name inside this MyRouteHandler( my own route handler )
Im adding one new route to RouteCollection like this routes.Add(new Route("{*data}", new MyRoutehandler()));
now how to specify the controller name and action name inside this MyRouteHandler( my own route handler )