NuGetGallery.UsersController.ChangePassword C# (CSharp) Method

ChangePassword() private method

private ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public virtual ActionResult ChangePassword()
        {
            return View("~/Views/Users/ChangePassword.cshtml");
        }

Same methods

UsersController::ChangePassword ( PasswordChangeViewModel model ) : System.Web.Mvc.ActionResult