public override System.Web.Mvc.PartialViewResult Breadcrumb(WebPlex.Web.Mvc.UI.Components.BreadcrumbComponent component)
        {
            var callInfo = new T4MVC_System_Web_Mvc_PartialViewResult(Area, Name, ActionNames.Breadcrumb);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "component", component);
            BreadcrumbOverride(callInfo, component);
            return(callInfo);
        }
 partial void BreadcrumbOverride(T4MVC_System_Web_Mvc_PartialViewResult callInfo, WebPlex.Web.Mvc.UI.Components.BreadcrumbComponent component);