Telerik.Web.Mvc.UI.TabStripHtmlBuilderFactory.TabStripHtmlBuilderFactory C# (CSharp) Méthode

TabStripHtmlBuilderFactory() public méthode

public TabStripHtmlBuilderFactory ( IActionMethodCache actionMethodCache ) : Infrastructure
actionMethodCache IActionMethodCache
Résultat Infrastructure
        public TabStripHtmlBuilderFactory(IActionMethodCache actionMethodCache)
        {
            Guard.IsNotNull(actionMethodCache, "actionMethodCache");

            this.actionMethodCache = actionMethodCache;
        }
TabStripHtmlBuilderFactory