Click or drag to resize
IHtmlSanitizerConfigurationAllowedAttributes Property
The list of allowed html attributes.

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> AllowedAttributes { get; }

Property Value

Type: IEnumerableString
See Also