AreasExample.Controllers.T4MVC_AccountController.ChangePasswordSuccess C# (CSharp) 메소드

ChangePasswordSuccess() 공개 메소드

public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult
        public override System.Web.Mvc.ActionResult ChangePasswordSuccess() {
            var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.ChangePasswordSuccess);
            return callInfo;
        }