gpt4 book ai didi

asp.net-mvc - MVC导航到其他 Controller View

转载 作者:行者123 更新时间:2023-12-04 03:10:12 24 4
gpt4 key购买 nike

我无法从另一个 Controller 操作导航到另一个 Controller View 。
例如返回 View (“编辑”,“个人资料”,个人资料);

我正在尝试从帐户 Controller 导航到配置文件 Controller 中的编辑 View 。

有什么建议么?

谢谢,
-麦克风

最佳答案

试试这个:

RedirectToAction("Edit", "Profile", new {id = 1, otherParam = "foo"});  

这不会渲染另一个 Controller 的 View -但是它将导航到另一个 Controller 的 Action (应该渲染您正在寻找的 View )。

关于asp.net-mvc - MVC导航到其他 Controller View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1371820/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com