Exemplo n.º 1
0
        /// <summary>
        /// Gets a script request url for templates in the provided category. The current
        /// context and skin will be used to generate the script url.
        /// </summary>
        public static string GetTemplateScriptRequest(string category)
        {
            var content = Content.Create(PortalContext.Current.ContextNode);

            return(HtmlTemplate.GetTemplateScriptRequest(content, SkinManager.GetCurrentSkinName(), category));
        }