ABsoluteMaybe.SampleWebsite.MVC2.Controllers.AccountController.ChangePassword C# (CSharp) Method

ChangePassword() private method

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

Same methods

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