Class XHTMLValidationType
Specifies the XHTML validation type.
Inheritance
System.Object
XHTMLValidationType
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class XHTMLValidationType : Enum
Fields
None
No validation. It does not perform any schema validation, but the given HTML content should have proper open and close tags.
Declaration
public const XHTMLValidationType None
Field Value
Type |
---|
XHTMLValidationType |
Strict
XHTML 1.0 validation. It does not allows the attributes inside the tag.
Declaration
public const XHTMLValidationType Strict
Field Value
Type |
---|
XHTMLValidationType |
Transitional
XHTML 1.1 validation. It allows several attributes within the tags.
Declaration
public const XHTMLValidationType Transitional
Field Value
Type |
---|
XHTMLValidationType |