示例#1
0
        public override System.Web.Mvc.ActionResult ChangePassword(WebPlex.MvcApplication.Models.Authenticate.ChangePasswordModel model, string returnUrl)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ChangePassword, "https");

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
            ChangePasswordOverride(callInfo, model, returnUrl);
            return(callInfo);
        }
示例#2
0
 partial void ChangePasswordOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, WebPlex.MvcApplication.Models.Authenticate.ChangePasswordModel model, string returnUrl);