ABsoluteMaybe.SampleWebsite.MVC2.Controllers.AccountController.ChangePassword C# (CSharp) 메소드

ChangePassword() 개인적인 메소드

private ChangePassword ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public ActionResult ChangePassword()
        {
            ViewData["PasswordLength"] = MembershipService.MinPasswordLength;
            return View();
        }

Same methods

AccountController::ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult