C# Класс newtelligence.DasBlog.Util.Html.HtmlFormatterOptions

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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