NerdDinner.Controllers.AccountController.Register C# (CSharp) 메소드

Register() 공개 메소드

public Register ( ) : ActionResult
리턴 ActionResult
        public ActionResult Register()
        {
            ViewBag.PasswordLength = MembershipService.MinPasswordLength;

            return View();
        }

Same methods

AccountController::Register ( RegisterModel model ) : ActionResult