Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
[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>

Extension Methods