Xamarin.Android

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

    Show / Hide Table of Contents

    Class XHTMLValidationType

    Specifies the XHTML validation type.

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

    Strict

    XHTML 1.0 validation. It does not allows the attributes inside the tag.

    Declaration
    public const XHTMLValidationType Strict
    Field Value
    Type Description
    XHTMLValidationType

    Transitional

    XHTML 1.1 validation. It allows several attributes within the tags.

    Declaration
    public const XHTMLValidationType Transitional
    Field Value
    Type Description
    XHTMLValidationType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved