public override System.Web.Mvc.PartialViewResult Keywords(WebPlex.Web.Mvc.UI.Components.KeywordsComponent component) { var callInfo = new T4MVC_System_Web_Mvc_PartialViewResult(Area, Name, ActionNames.Keywords); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "component", component); KeywordsOverride(callInfo, component); return(callInfo); }
partial void KeywordsOverride(T4MVC_System_Web_Mvc_PartialViewResult callInfo, WebPlex.Web.Mvc.UI.Components.KeywordsComponent component);