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

Removes the head section from an html source.
Inheritance: IHTMLCleaner
Exibir arquivo Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
Clean ( string htmlSource ) : string

Removes the head section from an html source.

HeadSectionRemover ( ) : System

Default constructor.

Method Details

Clean() public method

Removes the head section from an html source.
public Clean ( string htmlSource ) : string
htmlSource string The HTML source.
return string

HeadSectionRemover() public method

Default constructor.
public HeadSectionRemover ( ) : System
return System