示例#1
0
        public override System.Web.Mvc.ActionResult Share(string item, Mn.NewsCms.Common.Models.SocialNetwork.SocialNetworkItems sn)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Share);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "item", item);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "sn", sn);
            ShareOverride(callInfo, item, sn);
            return(callInfo);
        }
示例#2
0
 partial void ShareOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string item, Mn.NewsCms.Common.Models.SocialNetwork.SocialNetworkItems sn);