传递数据到查看母版页
我正在按照教程使用此链接中的“良好解决方案”传递数据以查看母版页 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的猜测:您需要继承
ApplicationController
My guess: You need to inherit from the
ApplicationController