Brandy.Security.Web.AccountController.ChangePasswordSuccess C# (CSharp) 메소드

ChangePasswordSuccess() 개인적인 메소드

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