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

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

Public Methods

Method Description
Clean ( string htmlCode ) : string

Removes the doctype declaration from a given html code.

Method Details

Clean() public method

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