AreasExample.Controllers.T4MVC_AccountController.ChangePassword C# (CSharp) Метод

ChangePassword() публичный Метод

public ChangePassword ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult
        public override System.Web.Mvc.ActionResult ChangePassword() {
            var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.ChangePassword);
            return callInfo;
        }

Same methods

T4MVC_AccountController::ChangePassword ( AreasExample model ) : System.Web.Mvc.ActionResult