AddingFiltersWithoutSupertype.Controllers.AccountController.ChangePassword C# (CSharp) Метод

ChangePassword() приватный Метод

private ChangePassword ( ) : ActionResult
Результат ActionResult
        public ActionResult ChangePassword()
        {
            ViewData["PasswordLength"] = MembershipService.MinPasswordLength;

            return View();
        }

Same methods

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