Exemplo n.º 1
0
        public override System.Web.Mvc.ActionResult ExternalLoginConfirmation(NLogSql.Web.Models.RegisterExternalLoginModel model, string returnUrl)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.ExternalLoginConfirmation);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
            ExternalLoginConfirmationOverride(callInfo, model, returnUrl);
            return(callInfo);
        }
Exemplo n.º 2
0
 partial void ExternalLoginConfirmationOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, NLogSql.Web.Models.RegisterExternalLoginModel model, string returnUrl);