Click or drag to resize
IHtmlSanitizerConfiguration Interface
HtmlSanitizer configuration interface.

Namespace: Kentico.Content.Web.Mvc.Security
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IHtmlSanitizerConfiguration

The IHtmlSanitizerConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyAllowedAttributes
The list of allowed html attributes.
Public propertyAllowedTags
The list of allowed html tags.
Top
See Also