# C1.WPF.RichTextBox.Documents.C1HtmlElement

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1HtmlElement" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement" class="text-break">C1HtmlElement Class
</h1>
  <div class="markdown level0 summary"><p>Represents an Html element.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlNode.html">C1HtmlNode</a></div>
    <div class="level2"><span class="xref">C1HtmlElement</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.Documents.html">C1.WPF.RichTextBox.Documents</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1HtmlElement_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1HtmlElement : C1HtmlNode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1HtmlElement
    Inherits C1HtmlNode</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement__ctor_System_String_" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.#ctor(System.String)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.-ctor.html#C1_WPF_RichTextBox_Documents_C1HtmlElement__ctor_System_String_">C1HtmlElement(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a new instance of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement__ctor_System_String_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String___" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.#ctor(System.String,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.-ctor.html#C1_WPF_RichTextBox_Documents_C1HtmlElement__ctor_System_String_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String___">C1HtmlElement(string, IEnumerable&lt;KeyValuePair&lt;string, string&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_Attributes" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.Attributes">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.Attributes.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_Attributes">Attributes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the attributes of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>/</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_Children" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.Children">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.Children.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the children of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_Document" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.Document">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.Document.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document that this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a> belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_Name" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.Name">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.Name.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tag name of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_Add_C1_WPF_RichTextBox_Documents_C1HtmlNode_" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.Add(C1.WPF.RichTextBox.Documents.C1HtmlNode)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.Add.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_Add_C1_WPF_RichTextBox_Documents_C1HtmlNode_">Add(C1HtmlNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a child to this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_AddBefore_C1_WPF_RichTextBox_Documents_C1HtmlNode_C1_WPF_RichTextBox_Documents_C1HtmlNode_" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.AddBefore(C1.WPF.RichTextBox.Documents.C1HtmlNode,C1.WPF.RichTextBox.Documents.C1HtmlNode)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.AddBefore.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_AddBefore_C1_WPF_RichTextBox_Documents_C1HtmlNode_C1_WPF_RichTextBox_Documents_C1HtmlNode_">AddBefore(C1HtmlNode, C1HtmlNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a child to this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a> before an exisiting child.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_AddRange_System_Collections_Generic_IEnumerable_C1_WPF_RichTextBox_Documents_C1HtmlNode__" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.AddRange(System.Collections.Generic.IEnumerable{C1.WPF.RichTextBox.Documents.C1HtmlNode})">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.AddRange.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_AddRange_System_Collections_Generic_IEnumerable_C1_WPF_RichTextBox_Documents_C1HtmlNode__">AddRange(IEnumerable&lt;C1HtmlNode&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds multiple children to this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_Remove_C1_WPF_RichTextBox_Documents_C1HtmlNode_" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.Remove(C1.WPF.RichTextBox.Documents.C1HtmlNode)">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.Remove.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_Remove_C1_WPF_RichTextBox_Documents_C1HtmlNode_">Remove(C1HtmlNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a child of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.html">C1HtmlElement</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlElement_ToString" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlElement.ToString">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlElement.ToString.html#C1_WPF_RichTextBox_Documents_C1HtmlElement_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
