NerdDinner.Controllers.AccountController.Register C# (CSharp) Méthode

Register() public méthode

public Register ( ) : ActionResult
Résultat ActionResult
        public ActionResult Register()
        {
            ViewBag.PasswordLength = MembershipService.MinPasswordLength;

            return View();
        }

Same methods

AccountController::Register ( RegisterModel model ) : ActionResult