Exemplo n.º 1
0
        public override System.Web.Mvc.ActionResult Contact(WebPlex.MvcApplication.Models.Home.ContactModel model, string returnUrl)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Contact);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "returnUrl", returnUrl);
            ContactOverride(callInfo, model, returnUrl);
            return(callInfo);
        }
Exemplo n.º 2
0
 partial void ContactOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, WebPlex.MvcApplication.Models.Home.ContactModel model, string returnUrl);