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

Removes the   between tags.
Inheritance: IHTMLCleaner
Mostra file Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
Clean ( string htmlSource ) : string

Removes the   between tags.

Method Details

Clean() public method

Removes the   between tags.
public Clean ( string htmlSource ) : string
htmlSource string Initial HTML source.
return string