gpt4 book ai didi

asp.net-mvc - 从 Action 重定向到 MVC 中不同 Controller 中的另一个 Action

转载 作者:行者123 更新时间:2023-12-02 06:41:34 25 4
gpt4 key购买 nike

我想做的是从“A” Controller 中的一个 Action 重定向到“B” Controller 中的一个 Action ,它给我这个错误,它无法在目标 Controller 中找到这个 Action

我正在使用 RedirectToAction 方法任何帮助

最佳答案

你可以试试这个:

return RedirectToAction("kiss", "meoghe");
// RedirectToAction("action name", "controller name");
// meogheController => "meoghe" is controller name

如果您使用ActionResult 作为方法的返回类型,您必须使用return 作为RedirectToAction

关于asp.net-mvc - 从 Action 重定向到 MVC 中不同 Controller 中的另一个 Action ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6981017/

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