SaaS CMS has officially launched! Learn more now.

Enum CaseFolding

SGML is case insensitive, so here you can choose between converting to lower case or upper case tags. "None" means that the case is left alone, except that end tags will be folded to match the start tags.

Namespace: Sgml
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public enum CaseFolding

Fields

Name Description
None
ToLower
ToUpper

Extension Methods