public string GetAllJsRes(string id = "JStr") { Response.ContentType = "text/javascript"; return(ResHelper.GetAllResStrJs(id)); }