当前位置: 编程技术>.net/c#/asp.net
C#实现过滤html标签并保留a标签的方法
来源: 互联网 发布时间:2014-11-03
本文导语: 本文实例展示C#实现过滤html标签,汉字间空格,制表符,并保留a标签的方法。分享给大家供大家参考之用。具体方法如下: 可以在公共类如Common中定义如下方法: public static string ClearHtmlExceptA(string html) { string acceptable =...
本文实例展示C#实现过滤html标签,汉字间空格,制表符,并保留a标签的方法。分享给大家供大家参考之用。具体方法如下:
可以在公共类如Common中定义如下方法:
public static string ClearHtmlExceptA(string html) { string acceptable = "a"; string stringPattern = @"