HtmlEditorFilterMode Enum
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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
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. |
Related API Members
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 |
Remarks
Values listed by this enumeration are used to set the HtmlEditorContentElementFiltering.TagFilterMode, HtmlEditorContentElementFiltering.AttributeFilterMode and HtmlEditorContentElementFiltering.StyleAttributeFilterMode properties.