mvc 网站上的 NotFound 控制器
在 C# mvc 网站上,我创建了一个名为 NotFound 的控制器,然后在控制器上创建了一个指向索引操作的默认路由。当我调试程序时,它进入了正确的控制器操作,但没有在视图中显示任何内容。有谁知道为什么吗?
On A c# mvc website, I created a controller with the name NotFound, and then created a default route to an index action on the controller. When I debugged the program it went to the correct controller action but did not display anything in the view. Does any one know why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你
在action方法中做了:吗?
some view name.aspx
包含什么?did you do:
in the action method?
what does the
some view name.aspx
contain?