Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool UpdateDeprecatedElements { get; set; }

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