ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class XmlConversion - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class XmlConversion

    Converts HTML string into XML formatted string.

    Inheritance
    System.Object
    XmlConversion
    Namespace: Syncfusion.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class XmlConversion : XmlDocument

    Constructors

    XmlConversion()

    Default constructor

    Declaration
    public XmlConversion()

    XmlConversion(String)

    Initializes a new instance of the XHTMLConversion class.

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

    HTML String to be converted.

    Methods

    LoadXml(String)

    Contains all the formatting Methods.

    Declaration
    public override void LoadXml(string html)
    Parameters
    Type Name Description
    System.String html

    Html String

    ToString()

    Returns XML formatted String.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    XML formatted string

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