1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.HtmlCss.Serialization
  6. /
  7. TagRenderingCase

TagRenderingCase

TagRenderingCase enumeration

Represents different types of serialization the HTML tag names

public enum TagRenderingCase

Values

Name Value Description
LowerCase 0 all-lower - all letters in the tag name will be serialized in lower case
UpperCase 1 ALL-CAPITAL - all letters in the tag name will be serialized in UPPER case
FirstLetterUpperCase 2 First letter in the tag name will be serialized in Upper case, while all others - in lower.

See Also