Back to Devexpress

ASPxHtmlEditor.CorrectHtml Method

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-dot-correcthtml.md

latest2.9 KB
Original Source

ASPxHtmlEditor.CorrectHtml Method

NameParametersDescription
CorrectHtml(String, HtmlEditorHtmlEditingSettings) statichtml, settingsValidates and corrects the passed HTML code based upon the settings specified.
CorrectHtml(String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, AllowedDocumentType, Boolean, Boolean, Boolean, Boolean, HtmlEditorContentElementFiltering) statichtml, allowScripts, allowIFrames, allowFormElements, updateBoldItalic, updateDeprecatedElements, allowIdAttributes, allowStyleAttributes, allowedDocumentType, allowHTML5MediaElements, allowObjectAndEmbedElements, allowYouTubeVideoIFrames, useAbsoluteResourcePaths, contentElementFilteringValidates and corrects the passed HTML code based upon the options specified.
CorrectHtml(String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, AllowedDocumentType, Boolean, Boolean, Boolean) statichtml, allowScripts, allowIFrames, allowFormElements, updateBoldItalic, updateDeprecatedElements, allowIdAttributes, allowStyleAttributes, allowedDocumentType, allowHTML5MediaElements, allowObjectAndEmbedElements, allowYouTubeVideoIFramesValidates and corrects the passed HTML code based upon the options specified.
CorrectHtml(String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, AllowedDocumentType) statichtml, allowScripts, allowIFrames, allowFormElements, updateBoldItalic, updateDeprecatedElements, allowIdAttributes, allowStyleAttributes, allowedDocumentTypeValidates and corrects the passed HTML code based upon the options specified.
CorrectHtml(String, Boolean, Boolean, Boolean, Boolean, Boolean) statichtml, allowScripts, allowIFrames, allowFormElements, updateBoldItalic, updateDeprecatedElementsValidates and corrects the passed HTML code based upon the options specified.
CorrectHtml(String) statichtmlValidates and corrects the passed HTML code based upon the settings specified by the ASPxHtmlEditor.SettingsHtmlEditing property.