Provides functionalities for cleaning and repairing html code.
コード例 #1
0
 public CommentsRemover()
 {
     htmlUtil = new HtmlUtil();
 }
コード例 #2
0
 /// <summary>
 /// Default constructor.
 /// </summary>
 public HeadSectionRemover()
 {
     htmlUtil = new HtmlUtil();
 }