public static String getMensajeEncodeJS(String key) { if (datos.ContainsKey(key)) { return(Tarea.JSEncode(datos[key])); } return(""); }