public static string RemoveLinkTag(string html) { return Regex.Replace(html, @"\<[\/]*a[^\>]*\>", ""); }
Tagged: link, remove, tag
0 yorum:
Yorum Gönder