Defines whether SgmlParser should decode character entitities (like " ") or not.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ManagerTabAttribute(ManagerTab.Advanced)] [ConfigurationPropertyAttribute("sgmlParserDecodeCharEntities", DefaultValue = "false", IsRequired = false)] [BoolValidatorAttribute] public bool SgmlParserDecodeCharEntities { get; set; } |