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

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

공개 메소드들

메소드 설명
HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, HtmlFormatterCase elementCasing, HtmlFormatterCase attributeCasing, bool makeXhtml )
HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, bool makeXhtml )

메소드 상세

HtmlFormatterOptions() 공개 메소드

public HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, HtmlFormatterCase elementCasing, HtmlFormatterCase attributeCasing, bool makeXhtml )
indentChar char
indentSize int
maxLineLength int
elementCasing HtmlFormatterCase
attributeCasing HtmlFormatterCase
makeXhtml bool

HtmlFormatterOptions() 공개 메소드

public HtmlFormatterOptions ( char indentChar, int indentSize, int maxLineLength, bool makeXhtml )
indentChar char
indentSize int
maxLineLength int
makeXhtml bool