2条回答 默认 最新
threenewbee 2018-12-27 14:13关注在app_start里找routeconfig.cs
找到
defaults: new { controller = "你的控制器名", action = "Index", id = UrlParameter.Optional }
把控制器名改成一样的。本回答被题主选为最佳回答 , 对您是否有帮助呢?评论 打赏 举报解决 1无用 1
在app_start里找routeconfig.cs
找到
defaults: new { controller = "你的控制器名", action = "Index", id = UrlParameter.Optional }
把控制器名改成一样的。