Converts HTML to plain text.
The HtmlToText TextBuilder type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| HtmlToText TextBuilder | Initializes a new instance of the HtmlToText TextBuilder class |
Methods
| Name | Description | |
|---|---|---|
| Clear |
Clears all current text.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
| FlushCurrLine | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString |
Returns the current output as a string.
(Overrides | |
| Write(Char) |
Writes the given character to the output buffer.
| |
| Write(String) |
Writes the given string to the output buffer.
|
Properties
| Name | Description | |
|---|---|---|
| Preformatted |
Normally, extra whitespace characters are discarded.
If this property is set to true, they are passed
through unchanged.
|
See Also