Try adding a binding prefix value, like this: public ActionResult SetPassword([Bind(Prefix = "Form")] UserSetPasswordForm form) { if ...
確定! 回上一頁