Telerik.Web.Mvc.UI.TabStripHtmlBuilderFactory.TabStripHtmlBuilderFactory C# (CSharp) Method

TabStripHtmlBuilderFactory() public method

public TabStripHtmlBuilderFactory ( IActionMethodCache actionMethodCache ) : Infrastructure
actionMethodCache IActionMethodCache
return Infrastructure
        public TabStripHtmlBuilderFactory(IActionMethodCache actionMethodCache)
        {
            Guard.IsNotNull(actionMethodCache, "actionMethodCache");

            this.actionMethodCache = actionMethodCache;
        }
TabStripHtmlBuilderFactory