12 Ocak 2015

Tepe tepe kullanın C# RemoveLinkTag

public static string RemoveLinkTag(string html)
{
return Regex.Replace(html, @"\<[\/]*a[^\>]*\>", "");
}

Tagged: , ,

0 yorum:

Yorum Gönder