Brandy.Security.Web.AccountController.ChangePassword C# (CSharp) Method

ChangePassword() private method

private ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ChangePassword()
        {
            ViewBag.PasswordLength = 6;
            if (ControllerContext.IsChildAction)
                return PartialView();
            return View();
        }

Same methods

AccountController::ChangePassword ( ChangePassword command ) : System.Web.Mvc.ActionResult