且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在ASP.NET MVC邮政/重定向/获取模式

更新时间:2022-12-09 12:21:04

你这样做的方式是好的,但它看起来像你可能会得太多那么一点点。做你的POST动作采取形式帖子来自多个表单?如果不是,为什么一个隐藏的表单字段烦恼呢?你可以用一个简单的 RedirectToAction脱身(MyAction)

The way you're doing this is fine, but it looks like you might be overthinking it a little bit. Do your POST actions take form posts from more than one form? If not, why bother with a hidden form field? You could get away with a simple RedirectToAction("MyAction")