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

ChangePassword() private method

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

            return View();
        }

Same methods

AccountController::ChangePassword ( string currentPassword, string newPassword, string confirmPassword ) : ActionResult