AreasExample.Controllers.T4MVC_AccountController.ChangePassword C# (CSharp) Méthode

ChangePassword() public méthode

public ChangePassword ( ) : System.Web.Mvc.ActionResult
Résultat 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