Line 201: dt.Columns.Add("Url", typeof(string));
Line 202:
Line 203: foreach (NewsArticle st in nc) {
Line 204: st.PreambleText = Regex.Replace(st.PreambleText, @"<(.|\n)*?>", string.Empty);
Line 205: st.PreambleText = Server.HtmlDecode(st.PreambleText);
|