Enum CaseFolding
Defines the various case-folding options that the IHtmlParserContext supports.
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
public enum CaseFolding
Fields
Name | Description |
---|---|
None | Leave tag name casing as-is. |
ToLower | Convert all tag names to lower case. |
ToUpper | Convert all tag names to upper case. |