Back to Devexpress

HtmlEditorFilterMode Enum

aspnet-devexpress-dot-web-dot-aspxhtmleditor-ad825e90.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum HtmlEditorFilterMode
vb
Public Enum HtmlEditorFilterMode

Members

NameDescription
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:

LibraryRelated API Members
ASP.NET Web Forms ControlsHtmlEditorContentElementFiltering.AttributeFilterMode
HtmlEditorContentElementFiltering.StyleAttributeFilterMode
HtmlEditorContentElementFiltering.TagFilterMode
ASP.NET MVC ExtensionsHtmlSettingsAttribute.AttributeFilterMode
HtmlSettingsAttribute.StyleAttributeFilterMode
HtmlSettingsAttribute.TagFilterMode

Remarks

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

See Also

DevExpress.Web.ASPxHtmlEditor Namespace