Back to Devexpress

AllowedDocumentType Enum

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

latest1.5 KB
Original Source

AllowedDocumentType Enum

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

Namespace : DevExpress.Web.ASPxHtmlEditor

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

NuGet Package : DevExpress.Web

Declaration

csharp
public enum AllowedDocumentType
vb
Public Enum AllowedDocumentType

Members

NameDescription
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.

|

The following properties accept/return AllowedDocumentType values:

LibraryRelated API Members
ASP.NET Web Forms ControlsHtmlEditorHtmlEditingSettings.AllowedDocumentType
ASP.NET MVC ExtensionsHtmlSettingsAttribute.AllowedDocumentType

See Also

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace