WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum XHTMLValidationType

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved