Skip to main content
A newer version of this page is available. .

AllowedDocumentType Enum

Lists values that specify allowed document types for the ASPxHtmlEditor control.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum AllowedDocumentType

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 Controls and MVC Extensions HtmlEditorHtmlEditingSettings.AllowedDocumentType
ASP.NET MVC Extensions HtmlSettingsAttribute.AllowedDocumentType

Remarks

The AllowedDocumentType type enumerates the possible values for the HtmlEditorHtmlEditingSettings.AllowedDocumentType property.

See Also