A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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