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
- namespace GroupDocs.Editor.HtmlCss.Serialization
 - assembly GroupDocs.Editor