摘要:
1 public static void RegisterRoutes(RouteCollection routes) 2 { 3 routes.IgnoreRoute("{resource}.axd/{*pathInfo}"); 4 routes.Ignore("{*allfiles}", new { allfiles = @".*\.(.*)(/.*)?" }); 5 //routes.MapRoute( 6 // name: "Default", 7 // url: "{controller}/{a
阅读全文
posted @ 2013-11-07 09:48
小泥人的医生
阅读(600)
推荐(0)
编辑