Click or drag to resize
IHtmlSanitizerConfigurationAllowedTags Property
The list of allowed html tags.

Namespace: Kentico.Content.Web.Mvc.Security
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
IEnumerable<string> AllowedTags { get; }

Property Value

Type: IEnumerableString
See Also