传递数据到查看母版页

发布于 2024-08-29 22:37:56 字数 242 浏览 2 评论 0原文

我正在按照教程使用此链接中的“良好解决方案”传递数据以查看母版页 http://www.asp.net/learn/mvc/tutorial- 13-cs.aspx 但按照指示进行更改后,当我运行应用程序时。应用程序运行来自家庭控制器的操作结果。我应该对家庭控制器进行更改吗,我错过了一些东西

I am following the tutorial to pass data to view master page using the "good solution" from this link
http://www.asp.net/learn/mvc/tutorial-13-cs.aspx
but after doing the changes as instructed, when i run the application. the application run the action result from homecontroller. Should i made change in homecontroller, i am missing something

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谎言月老 2024-09-05 22:37:56

我的猜测:您需要继承 ApplicationController

 public class HomeController : ApplicationController
 {
   ...
 }

My guess: You need to inherit from the ApplicationController

 public class HomeController : ApplicationController
 {
   ...
 }
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文