ASP.NET MVC

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

    Show / Hide Table of Contents

    Class XhtmlConversion

    Converts XML formatted string to XHTML formatted string.

    Inheritance
    System.Object
    XhtmlConversion
    Inherited Members
    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.EJ.Export
    Assembly: Syncfusion.EJ.Export.dll
    Syntax
    public class XhtmlConversion

    Constructors

    XhtmlConversion(XmlConversion)

    Initializes a new instance of the XHTMLConversion class that contains all the formatting Methods.

    Declaration
    public XhtmlConversion(XmlConversion Xml)
    Parameters
    Type Name Description
    XmlConversion Xml

    XML String to be converted.

    Properties

    XmlContent

    XML String that is to be formatted to XHTML

    Declaration
    public string XmlContent { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    Returns XHTML formatted String.

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

    XHTML formatted string

    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved