Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum HtmlEditorFilterMode

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.

Remarks

Values listed by this enumeration are used to set the HtmlEditorContentElementFiltering.TagFilterMode, HtmlEditorContentElementFiltering.AttributeFilterMode and HtmlEditorContentElementFiltering.StyleAttributeFilterMode properties.

See Also