aspnet-devexpress-dot-web-dot-aspxhtmleditor-ad825e90.md
Lists values specifying the filtering mode for the HtmlEditor elements (such as tags, attributes and style attributes).
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public enum HtmlEditorFilterMode
Public Enum HtmlEditorFilterMode
| Name | Description |
|---|---|
BlackList |
Specified elements are prohibited and will be removed; other elements will be maintained.
|
| WhiteList |
Specified elements are allowed and will be maintained; other elements will be removed.
|
The following properties accept/return HtmlEditorFilterMode values:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | HtmlEditorContentElementFiltering.AttributeFilterMode |
| HtmlEditorContentElementFiltering.StyleAttributeFilterMode | |
| HtmlEditorContentElementFiltering.TagFilterMode | |
| ASP.NET MVC Extensions | HtmlSettingsAttribute.AttributeFilterMode |
| HtmlSettingsAttribute.StyleAttributeFilterMode | |
| HtmlSettingsAttribute.TagFilterMode |
Values listed by this enumeration are used to set the HtmlEditorContentElementFiltering.TagFilterMode, HtmlEditorContentElementFiltering.AttributeFilterMode and HtmlEditorContentElementFiltering.StyleAttributeFilterMode properties.
See Also