Bundling.Extensions.BundlingHelper.RenderScriptUrl C# (CSharp) Method

RenderScriptUrl() public static method

public static RenderScriptUrl ( string path ) : string
path string
return string
        public static string RenderScriptUrl(string path)
        {
            return new ScriptRenderer().RenderUrl(path);
        }