London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum CaseFolding

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

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