MVC 在区域内调用 Html.Action?
我有一个名为“管理”的区域,
它使用与我网站的其余部分相同的布局页面。 在布局页面中,我的
@Html.Action("MyMethod", "MyController", null)
MyController 不在 管理区域中,而是在 root/controllers 文件夹中 当我转到 AREA 内的任何页面时,我收到以下执行
“路径 '/admin/home' 的控制器未找到或未实现 IController”
I have an AREA called "Admin"
It uses the same layout page as the rest of my site.
In the layout page I have
@Html.Action("MyMethod", "MyController", null)
MyController is not in the Admin area but at the root/controllers folder
when I go to any page in side the AREA I get the following execption
"The controller for path '/admin/home' was not found or does not implement IController"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试这样:
Try like this: