我是靠谱客的博主 幸福乐曲,最近开发中收集的这篇文章主要介绍Multiple types were found that match the controller
,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
在AppStart文件夹下的RouteConfig路由配置文件中,做如下修改:
routes.MapRoute(
"Default",
"{controller}/{action}/{id}",
new { controller = "Home", action = "Index", id = UrlParameter.Optional },
new string[] { "Creatunion.Mobile.Controllers" }
);
最后
以上就是幸福乐曲为你收集整理的Multiple types were found that match the controller 的全部内容,希望文章能够帮你解决Multiple types were found that match the controller 所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复