[問題] 重複進入的問題已刪文
各位大大,我遇到一個問題很怪的是,我的post後,都會再一次回到get,不知道
大家有遇過嗎,以下是程式碼。這個是有主版的,但也很單純,只有renderBody而已
流程會是,get index -> 前端post -> post Index -> get index
[httpGet]
public ActionResult Index()
{
return View();
}
[httpPost]
public ActionResult Index()
{
return View();
}
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 180.183.247.253 (泰國)
※ 文章網址: https://www.ptt.cc/bbs/C_Sharp/M.1636420412.A.9D3.html
C_Sharp 近期熱門文章
PTT數位生活區 即時熱門文章