Click or drag to resize

HtmlToText Class

Helper class for converting HTML to a readable text representation.
Inheritance Hierarchy
SystemObject
  NetQuarryHtmlToText

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class HtmlToText

The HtmlToText type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvert
Converts the content of the specified file to plain text.
Public methodStatic memberConvertHtml
Converts the provided HTML to plain text.
Public methodStatic memberConvertTo
Converts an HTML node to plain text and writes it to the provided TextWriter.
Public methodStatic memberHtmlToInnerBody
Converts an HTML string to plain text.
Public methodStatic memberHtmlToPlainText
Converts an HTML string to plain text.
Top
See Also