Example #1
0
        public override System.Web.Mvc.ActionResult Index(int?categoryId, SimpleShop.Models.SearchModels.ProductSearchModel search, int?page)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Index);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "categoryId", categoryId);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "search", search);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "page", page);
            IndexOverride(callInfo, categoryId, search, page);
            return(callInfo);
        }
Example #2
0
 partial void IndexOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, int?categoryId, SimpleShop.Models.SearchModels.ProductSearchModel search, int?page);