C# Класс MimeKit.Text.HtmlToHtml

An HTML to HTML converter.
Used to convert HTML into HTML.
Наследование: MimeKit.Text.TextConverter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
DefaultHtmlTagCallback ( MimeKit.Text.HtmlTagContext tagContext, HtmlWriter htmlWriter ) : void
Pop ( IList stack, string name ) : HtmlToHtmlTagContext
SuppressContent ( IList stack ) : bool

Описание методов

Convert() публичный Метод

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.
Результат void

HtmlToHtml() публичный Метод

Initializes a new instance of the MimeKit.Text.HtmlToHtml class.
Creates a new HTML to HTML converter.
public HtmlToHtml ( ) : System
Результат System