最近我正在做一个博客系统,其中有两个页面需要截取和处理HTML字符串。现在将用到的几个函数写出来和大家交流。如果大家有什么好的修改建议或者意见,请告诉我。
重载的3个方法列表如下:
public static string GetContentSummary(string content, int length, bool StripHTML){}
public static void GetContentSummary(DataSet ds, string TableName, string column, int length, bool StripHTML){}
public static void GetContentSummary(DataTable dt, string column, int length, bool StripHTML){}