Skip to main content

HtmlEditorContentElementFiltering.Tags Property

Gets or sets the tag 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 string[] Tags { get; set; }

Property Value

Type Description
String[]

An array of String values that contains the tag 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 Tags property to specify an ordered array of tag elements that will be maintained or removed (based on the HtmlEditorContentElementFiltering.TagFilterMode property value) from the editor content.

See Also