Beispiel #1
0
        public override System.Web.Mvc.RedirectToRouteResult Index(HermaFx.MvcDemo.Features.TestIndex model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_RedirectToRouteResult(Area, Name, ActionNames.Index);


            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);


            IndexOverride(callInfo, model);

            return(callInfo);
        }
Beispiel #2
0
 partial void IndexOverride(T4MVC_System_Web_Mvc_RedirectToRouteResult callInfo, HermaFx.MvcDemo.Features.TestIndex model);