mvc 网站上的 NotFound 控制器

发布于 2024-09-15 05:10:09 字数 111 浏览 5 评论 0原文

在 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 技术交流群。

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

发布评论

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

评论(1

自由范儿 2024-09-22 05:10:09

return View("some view name");

在action方法中做了:吗?

some view name.aspx 包含什么?

did you do:

return View("some view name");

in the action method?

what does the some view name.aspx contain?

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