Exemple #1
0
        public static string DynamicToolkitCssInclude(this AjaxHelper helper, string fileName)
        {
            var fullUrl = _toolkitFolderUrl + fileName;

            return(helper.DynamicCssInclude(fullUrl));
        }