C# 클래스 newtelligence.DasBlog.Util.Html.HtmlFormatter

파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
Format ( string input, TextWriter output, HtmlFormatterOptions options ) : void

비공개 메소드들

메소드 설명
HtmlFormatter ( ) : System

메소드 상세

Format() 공개 메소드

public Format ( string input, TextWriter output, HtmlFormatterOptions options ) : void
input string
output System.IO.TextWriter
options HtmlFormatterOptions
리턴 void