Class HtmlSanitizerConfiguration
Represents html sanitizer configuration properties.
public sealed class HtmlSanitizerConfiguration
- Inheritance
-
objectHtmlSanitizerConfiguration
- 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>