C# Class ContentFiltering.Office.Word.Cleaners.TidyHTMLCleaner

Uses Tidy.Net to clean a html source.
Inheritance: IHTMLCleaner
Exibir arquivo Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
Clean ( string htmlSource ) : string

Uses Tidy.Net to clean a html source.

TidyHTMLCleaner ( bool isWordHtml ) : System

Method Details

Clean() public method

Uses Tidy.Net to clean a html source.
public Clean ( string htmlSource ) : string
htmlSource string The original html source.
return string

TidyHTMLCleaner() public method

public TidyHTMLCleaner ( bool isWordHtml ) : System
isWordHtml bool
return System