C# Class newtelligence.DasBlog.Util.Html.HtmlFormatterOptions

ファイルを表示 Open project: AArnott/dasblog Class Usage Examples

Public Methods

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

Method Details

HtmlFormatterOptions() public method

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 method

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