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

Removes the   between tags.
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 the   between tags.

Method Details

Clean() public méthode

Removes the   between tags.
public Clean ( string htmlSource ) : string
htmlSource string Initial HTML source.
Résultat string