Class HtmlOptions
Contains settings for how html content should be handled within CMS
Inheritance
System.Object
HtmlOptions
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class HtmlOptions : Object
Constructors
HtmlOptions()
Declaration
public HtmlOptions()
Properties
UnEncodedTags
Set which tags should not be encoded when string properties are called at EncodeForWebString(String)
Declaration
public IList<string> UnEncodedTags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |