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

Gets the inner html of the body.
Inheritance: IHTMLCleaner
Mostra file Open project: xwiki-contrib/xwiki-office Class Usage Examples

Public Methods

Method Description
Clean ( string htmlCode ) : string

Gets the content between the opening and closing html tags.

Method Details

Clean() public method

Gets the content between the opening and closing html tags.
public Clean ( string htmlCode ) : string
htmlCode string The html source to be
return string