Method | Description | |
---|---|---|
Flush ( ) : void | ||
HtmlWriter ( |
||
Write ( char c ) : void | ||
Write ( string s ) : void | ||
WriteLineIfNotOnNewLine ( ) : void | ||
WriteLiteral ( string s, bool frontWhiteSpace ) : void |
public HtmlWriter ( |
||
writer | ||
indentString | string | |
maxLineLength | int | |
return | System.IO |
public WriteLiteral ( string s, bool frontWhiteSpace ) : void | ||
s | string | |
frontWhiteSpace | bool | |
return | void |