HtmlEditorHtmlEditingSettings.ContentElementFiltering Property
In This Article
Provides access to settings that relate to content element filtering.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public HtmlEditorContentElementFiltering ContentElementFiltering { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#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