public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); // Snooze provides some handy features... routes.AddVersionedStaticFilesSupport(); routes.AddIE6Support(); routes.FromAssemblyWithType<RouteRegistration>(); }
public static void RegisterRoutes(RouteCollection routes) { routes.FromAssemblyWithType<RouteRegistration>(); }