public ActionResult Register([Bind(Include = "UserID,Name,Email,PassWord,RoleID")] User User) { if (ModelState.IsValid) ... NET MVC project?
確定! 回上一頁