WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum XHTMLValidationType - WindowsForms API Reference | Syncfusion

    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 - 2022 Syncfusion Inc. All Rights Reserved