C# Class MimeKit.Text.HtmlToHtml

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

Méthodes publiques

Méthode 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

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

Method Details

Convert() public méthode

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.
Résultat void

HtmlToHtml() public méthode

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