Set which tags should not be encoded
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[StringValidatorAttribute(InvalidCharacters = "~!@#$%^&*()[]{}/;'"|\", MinLength = , MaxLength = )] [ManagerTabAttribute(ManagerTab.Advanced)] [ConfigurationPropertyAttribute("uiSafeHtmlTags", DefaultValue = "b,i,u,br", IsRequired = false)] public string UISafeHtmlTags { get; set; } |