HtmlSettingsAttribute.UpdateDeprecatedElements Property
Gets or sets a value that specifies whether deprecated elements (such as u, s, strike, font, center) occurring within the editor’s HTML markup should be replaced with their valid analogs.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if deprecated elements should be replaced with their valid analogs in the editor’s HTML markup; otherwise, false. |
See Also