Brandy.Security.Web.AccountController.ChangePasswordSuccess C# (CSharp) Méthode

ChangePasswordSuccess() private méthode

private ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult
        public ActionResult ChangePasswordSuccess()
        {
            if (ControllerContext.IsChildAction)
                return PartialView();
            return View();
        }