SaaS CMS has officially launched! Learn more now.

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.3
Syntax
public sealed class CaseFolding : Enum

Fields

None

Leave tag name casing as-is.

Declaration
public const CaseFolding None
Field Value
Type Description
CaseFolding

ToLower

Convert all tag names to lower case.

Declaration
public const CaseFolding ToLower
Field Value
Type Description
CaseFolding

ToUpper

Convert all tag names to upper case.

Declaration
public const CaseFolding ToUpper
Field Value
Type Description
CaseFolding

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods