WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HTMLToDLS - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HTMLToDLS

    Class converting HTML to DLS XML.

    Inheritance
    System.Object
    HTMLToDLS
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.HTMLToDLS
    Assembly: Syncfusion.HTMLToDLS.Base.dll
    Syntax
    public class HTMLToDLS

    Constructors

    HTMLToDLS()

    Creates new object.

    Declaration
    public HTMLToDLS()

    Methods

    Convert(IDocument, String)

    Converts html data to DLS document.

    Declaration
    public void Convert(IDocument document, string html)
    Parameters
    Type Name Description
    IDocument document

    Document which has to contain XML data.

    System.String html

    HTML data.

    Convert(IDocument, Uri)

    Converts html data to DLS document.

    Declaration
    public void Convert(IDocument document, Uri uri)
    Parameters
    Type Name Description
    IDocument document

    Document which has to contain XML data.

    System.Uri uri

    Uri of the html data.

    Convert(String)

    Converts html data to DLS document.

    Declaration
    public IDocument Convert(string html)
    Parameters
    Type Name Description
    System.String html

    HTML data.

    Returns
    Type Description
    IDocument

    DLS Document type object.

    Convert(Uri)

    Converts html data to DLS document

    Declaration
    public IDocument Convert(Uri uri)
    Parameters
    Type Name Description
    System.Uri uri

    Uri of the html data.

    Returns
    Type Description
    IDocument

    DLS Document type object.

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