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

ChangePasswordSuccess() private method

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