/// Hapus semua tag di elemen html strip string statis publik (string strhtml) { string stroutput = strhtml; regex regex = Regex baru (@"<[^>]+> | </[^>]+>"); stroutput = regex.replace (stroutput, ""); mengembalikan stroutput; }