C# 클래스 MimeKit.Text.HtmlToHtml

An HTML to HTML converter.
Used to convert HTML into HTML.
상속: MimeKit.Text.TextConverter
파일 보기 프로젝트 열기: jstedfast/MimeKit 1 사용 예제들

공개 메소드들

메소드 설명
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