NerdDinner.Controllers.AccountController.Register C# (CSharp) Method

Register() public method

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

            return View();
        }

Same methods

AccountController::Register ( RegisterModel model ) : ActionResult