C# Class MimeKit.Text.HtmlToHtml

An HTML to HTML converter.
Used to convert HTML into HTML.
Inheritance: MimeKit.Text.TextConverter
Mostra file Open project: jstedfast/MimeKit Class Usage Examples

Public Methods

Method Description
Convert ( TextReader reader, TextWriter writer ) : void

Convert the contents of reader from the InputFormat to the OutputFormat and uses the writer to write the resulting text.

Converts the contents of reader from the InputFormat to the OutputFormat and uses the writer to write the resulting text.

HtmlToHtml ( ) : System

Initializes a new instance of the MimeKit.Text.HtmlToHtml class.

Creates a new HTML to HTML converter.

Private Methods

Method Description
DefaultHtmlTagCallback ( MimeKit.Text.HtmlTagContext tagContext, HtmlWriter htmlWriter ) : void
Pop ( IList stack, string name ) : HtmlToHtmlTagContext
SuppressContent ( IList stack ) : bool

Method Details

Convert() public method

Convert the contents of reader from the InputFormat to the OutputFormat and uses the writer to write the resulting text.
Converts the contents of reader from the InputFormat to the OutputFormat and uses the writer to write the resulting text.
/// is null. /// -or- /// is null. ///
public Convert ( TextReader reader, TextWriter writer ) : void
reader System.IO.TextReader The text reader.
writer System.IO.TextWriter The text writer.
return void

HtmlToHtml() public method

Initializes a new instance of the MimeKit.Text.HtmlToHtml class.
Creates a new HTML to HTML converter.
public HtmlToHtml ( ) : System
return System