62,263
社区成员
发帖
与我相关
我的任务
分享routes.MapRoute(
name: "Default",
url: "{controller}/{action}",
defaults: new { controller = "MyTest", action = "Index"},
namespaces : new string[] { "MVC.Controllers" }
);
