Table of Contents

Class HtmlSanitizerConfiguration

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.Shared.dll

Represents html sanitizer configuration properties.

public sealed class HtmlSanitizerConfiguration
Inheritance
object
HtmlSanitizerConfiguration
Extension Methods

Properties

HtmlAllowedAttrs

The list of allowed html attributes.

[JsonProperty("htmlAllowedAttrs")]
public HashSet<string> HtmlAllowedAttrs { get; init; }

Property Value

HashSet<string>

HtmlAllowedTags

The list of allowed html tags.

[JsonProperty("htmlAllowedTags")]
public HashSet<string> HtmlAllowedTags { get; init; }

Property Value

HashSet<string>