会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
让代码保持简单
首页
新随笔
管理
随笔分类 -
ASPNET MVC
Multiple controller types were found that match the URL
摘要:当使用 Attribute 设置路由时,可能会出现一个 path 被两个 Controller 匹配结果,这样导致 MVC 不知道选用哪个 Controller 处理请求,例如: [RoutePrefix("cms")] public class CMSController : Controller
阅读全文
posted @
2020-07-16 00:44
forhot2000
阅读(291)
评论(0)
推荐(0)