Brandy.Security.Web.AccountController.ChangePassword C# (CSharp) Метод

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

private ChangePassword ( ) : System.Web.Mvc.ActionResult
Результат 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