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

Removes comments ('<!-- ... >' and '<![ ... ]>') from an 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

Removes comments ('<!-- ... >' and '<![ ... ]>') from an html source.

CommentsRemover ( ) : System

Method Details

Clean() public méthode

Removes comments ('<!-- ... >' and '<![ ... ]>') from an html source.
public Clean ( string htmlSource ) : string
htmlSource string The HTML source to clean.
Résultat string

CommentsRemover() public méthode

public CommentsRemover ( ) : System
Résultat System