コード例 #1
0
        public override System.Web.Mvc.PartialViewResult Anchor(WebPlex.Web.Mvc.UI.Components.AnchorComponent component)
        {
            var callInfo = new T4MVC_System_Web_Mvc_PartialViewResult(Area, Name, ActionNames.Anchor);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "component", component);
            AnchorOverride(callInfo, component);
            return(callInfo);
        }
コード例 #2
0
 partial void AnchorOverride(T4MVC_System_Web_Mvc_PartialViewResult callInfo, WebPlex.Web.Mvc.UI.Components.AnchorComponent component);