menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XHTMLValidationType - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XHTMLValidationType

    Specifies the XHTML validation type.

    Inheritance
    System.Object
    XHTMLValidationType
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved