SaaS CMS has officially launched! Learn more now.

Enum CaseFolding

Defines the various case-folding options that the IHtmlParserContext supports.

Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 7.19.2
Syntax
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.

Extension Methods