C# 클래스 newtelligence.DasBlog.Runtime.Html.Formatting.HtmlWriter

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

공개 메소드들

메소드 설명
Flush ( ) : void
HtmlWriter ( TextWriter writer, string indentString, int maxLineLength ) : System.IO
Write ( char c ) : void
Write ( string s ) : void
WriteLineIfNotOnNewLine ( ) : void
WriteLiteral ( string s, bool frontWhiteSpace ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

HtmlWriter() 공개 메소드

public HtmlWriter ( TextWriter writer, string indentString, int maxLineLength ) : System.IO
writer System.IO.TextWriter
indentString string
maxLineLength int
리턴 System.IO

Write() 공개 메소드

public Write ( char c ) : void
c char
리턴 void

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void

WriteLineIfNotOnNewLine() 공개 메소드

public WriteLineIfNotOnNewLine ( ) : void
리턴 void

WriteLiteral() 공개 메소드

public WriteLiteral ( string s, bool frontWhiteSpace ) : void
s string
frontWhiteSpace bool
리턴 void