HtmlCorrectingEventArgs Class
Provides data for the ASPxHtmlEditor.HtmlCorrecting event that allows any custom check or transformation of the editor’s HTML code to be perfromed.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Remarks
HtmlCorrectingEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.
protected void ASPxHtmlEditor1_HtmlCorrecting(object sender, DevExpress.Web.ASPxHtmlEditor.HtmlCorrectingEventArgs e)
{
e.Handled = true;
}