Example #1
0
        public void AddJSFile(string path)
        {
            if (JsIncludesPlaceHolder == null)
            {
                return;
            }

            WebFormHelper.AddJSFile(path, JsIncludesPlaceHolder, TemplateBaseUrl);
        }