Class CaseFolding
Defines the various case-folding options that the IHtmlParserContext supports.
Inheritance
System.Object
    CaseFolding
  Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public sealed class CaseFolding : EnumFields
None
Leave tag name casing as-is.
Declaration
public const CaseFolding NoneField Value
| Type | Description | 
|---|---|
| CaseFolding | 
ToLower
Convert all tag names to lower case.
Declaration
public const CaseFolding ToLowerField Value
| Type | Description | 
|---|---|
| CaseFolding | 
ToUpper
Convert all tag names to upper case.
Declaration
public const CaseFolding ToUpperField Value
| Type | Description | 
|---|---|
| CaseFolding | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
