menu

WinForms

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

    Show / Hide Table of Contents

    Class HTMLTagInfo

    Inheritance
    System.Object
    HTMLTagInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class HTMLTagInfo

    Constructors

    HTMLTagInfo()

    Declaration
    public HTMLTagInfo()

    HTMLTagInfo(String)

    Process HtmlTag

    Declaration
    public HTMLTagInfo(string tag)
    Parameters
    Type Name Description
    System.String tag

    HTMLTagInfo(String, Dictionary<String, Object>)

    Assign the Attributes list

    Declaration
    public HTMLTagInfo(string _name, Dictionary<string, object> attlist)
    Parameters
    Type Name Description
    System.String _name
    System.Collections.Generic.Dictionary<System.String, System.Object> attlist

    Properties

    IsCloseTag

    Whether it is a closing tag

    Declaration
    public bool IsCloseTag { get; set; }
    Property Value
    Type
    System.Boolean

    IsSingle

    Whether it is a single tag

    Declaration
    public bool IsSingle { get; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved