C# 클래스 InboxWatcher.HtmlToText

파일 보기 프로젝트 열기: ptfuller/InboxWatcher

공개 메소드들

메소드 설명
Convert ( string path ) : string
ConvertHtml ( string html ) : string
ConvertTo ( HtmlNode node, TextWriter outText ) : void

비공개 메소드들

메소드 설명
ConvertContentTo ( HtmlNode node, TextWriter outText ) : void

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( string path ) : string
path string
리턴 string

ConvertHtml() 공개 정적인 메소드

public static ConvertHtml ( string html ) : string
html string
리턴 string

ConvertTo() 공개 정적인 메소드

public static ConvertTo ( HtmlNode node, TextWriter outText ) : void
node HtmlAgilityPack.HtmlNode
outText System.IO.TextWriter
리턴 void