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

Removes the doctype declaration from a given html code.
Inheritance: IHTMLCleaner
Afficher le fichier Open project: xwiki-contrib/xwiki-office Class Usage Examples

Méthodes publiques

Méthode Description
Clean ( string htmlCode ) : string

Removes the doctype declaration from a given html code.

Method Details

Clean() public méthode

Removes the doctype declaration from a given html code.
public Clean ( string htmlCode ) : string
htmlCode string The original html code.
Résultat string