public override System.Web.Mvc.ActionResult ExternalLoginConfirmation(Mvc4BootstrapLessDemo.Models.RegisterExternalLoginModel model, string returnUrl) { var callInfo = new T4MVC_ActionResult(Area, Name, ActionNames.ExternalLoginConfirmation); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl); return(callInfo); }
partial void ExternalLoginConfirmationOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, Mvc4BootstrapLessDemo.Models.RegisterExternalLoginModel model, string returnUrl);