HtmlEditorContentElementFiltering Properties
Contains settings that relate to content element filtering.| Name | Description |
|---|---|
| AttributeFilterMode | Specifies the filtering mode for attribute elements. |
| Attributes | Gets or sets the attribute elements that will be filtered according to the specified filter mode. |
| StyleAttributeFilterMode | Specifies the filtering mode for style attribute elements. |
| StyleAttributes | Gets or sets the style attribute elements that will be filtered according to the specified filter mode. |
| TagFilterMode | Specifies the filtering mode for tag elements. |
| Tags | Gets or sets the tag elements that will be filtered according to the specified filter mode. |
See Also