Enum XHTMLValidationType
Specifies the XHTML validation type.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum XHTMLValidationType
Fields
Name | Description |
---|---|
None | No validation. It does not perform any schema validation, but the given HTML content should have proper open and close tags. |
Strict | XHTML 1.0 validation. It does not allows the attributes inside the tag. |
Transitional | XHTML 1.1 validation. It allows several attributes within the tags. |