AllowedDocumentType Enum
Lists values that specify allowed document types for the ASPxHtmlEditor control.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
XHTML
|
Only the XHTML 1.0 Transitional document type is allowed. |
HTML5
|
Only the HTML 5 document type is allowed. |
Both
|
Both the XHTML 1.0 Transitional and HTML 5 document types are allowed. |
Related API Members
The following properties accept/return AllowedDocumentType values:
Library | Related API Members |
---|---|
ASP.NET Web Forms Controls | HtmlEditorHtmlEditingSettings.AllowedDocumentType |
ASP.NET MVC Extensions | HtmlSettingsAttribute.AllowedDocumentType |
See Also