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

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

Méthodes publiques

Méthode Description
Clean ( string htmlSource ) : string

Uses Tidy.Net to clean a html source.

TidyHTMLCleaner ( bool isWordHtml ) : System

Method Details

Clean() public méthode

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

TidyHTMLCleaner() public méthode

public TidyHTMLCleaner ( bool isWordHtml ) : System
isWordHtml bool
Résultat System