Multiple types were found that match the controller

来源:互联网 发布:秦淮数据怎么样 编辑:程序博客网 时间:2024/06/05 14:20


 





在AppStart文件夹下的RouteConfig路由配置文件中,做如下修改:

 routes.MapRoute(
                "Default",
                "{controller}/{action}/{id}",
               new { controller = "Home", action = "Index", id = UrlParameter.Optional },
               new string[] { "Creatunion.Mobile.Controllers" }
           );

0 0
原创粉丝点击