Back to Devexpress

HtmlEditorHtmlEditingSettings.AllowIdAttributes Property

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-htmleditorhtmleditingsettings-feb8dafd.md

latest1.7 KB
Original Source

HtmlEditorHtmlEditingSettings.AllowIdAttributes Property

Gets or sets a value that specifies whether the editor’s HTML markup can contain ID attributes.

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool AllowIdAttributes { get; set; }
vb
<DefaultValue(True)>
Public Property AllowIdAttributes As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if ID attributes are allowed within the editor’s content; false if ID attributes are automatically removed from the editor’s HTML markup.

|

See Also

HTML Validation Parameters

HTML Validation

HTML Editor

HtmlEditorHtmlEditingSettings Class

HtmlEditorHtmlEditingSettings Members

DevExpress.Web.ASPxHtmlEditor Namespace