gpt4 book ai didi

asp.net-mvc - Asp.net MVC AcceptVerbs

转载 作者:行者123 更新时间:2023-12-02 07:15:51 25 4
gpt4 key购买 nike

这里 RedirectToAction() 没有调用 ActionResult 索引。我需要为此注册路线吗?

[ActionName("onchange")]
[AcceptVerbs(HttpVerbs.Post)]
public ActionResult OnChange(int i)
{
m_NumberOfVisibleItems = i;
return RedirectToAction("Index");
}

最佳答案

根据您使用的 MVC 版本,您不再需要 [ActionName]。此外,您确定您在该 Controller 中有一个“Index”操作,并且您没有像这样的 [ActionName]:

[ActionName("index")]

MVC 中的很多东西都是通过反射来工作的——我相信大写可能是一个问题。

关于asp.net-mvc - Asp.net MVC AcceptVerbs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1097936/

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