routes.MapRoute("MyRoute","{controler}/{id}#{detail}",new { controller = "users",action = "index",id = (string)null,detail = "Summary" });