2011-12-02 37 views

回答

1

確保你正在返回的RedirectToAction

return RedirectToAction("Action", "Controller", new { id = 5 }); 
相關問題