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

HtmlEditorHtmlEditingSettings.ContentElementFiltering Property

Provides access to settings that relate to content element filtering.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorContentElementFiltering ContentElementFiltering { get; }

Property Value

Type Description
HtmlEditorContentElementFiltering

An HtmlEditorContentElementFiltering object that contains content element filtering settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ContentElementFiltering
ASP.NET Controls and MVC Extensions ASPxHtmlEditor
.SettingsHtmlEditing .ContentElementFiltering
ASP.NET MVC Extensions HtmlEditorBinderSettings
.HtmlEditingSettings .ContentElementFiltering
HtmlEditorSettings
.SettingsHtmlEditing .ContentElementFiltering
MVCxHtmlEditor
.SettingsHtmlEditing .ContentElementFiltering

Remarks

ASPxHtmlEditor provides you with the capability to filter content elements. Use the ContentElementFiltering property to specify filter rules for tags, attributes, and style attributes.

To learn more, see the Content Element Filtering topic.

See Also