Skip to main content

HtmlEditorContentElementFiltering.Attributes Property

Gets or sets the attribute elements that will be filtered according to the specified filter mode.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public virtual string[] Attributes { get; set; }

Property Value

Type Description
String[]

An array of String values that contains the attribute elements.

Remarks

ASPxHtmlEditor provides you with the capability to filter content elements. You can specify filter rules for tags, attributes, and style attributes.

Use the Attributes property to specify an ordered array of attribute elements that will be maintained or removed (based on the HtmlEditorContentElementFiltering.AttributeFilterMode property value) from the editor content.

See Also