Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

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