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

Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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 méthode

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