# C1.WPF.RichTextBox.Documents.C1HtmlDocument

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1HtmlDocument" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlDocument" class="text-break">C1HtmlDocument Class
</h1>
  <div class="markdown level0 summary"><p>Represents an Html document.</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"><span class="xref">C1HtmlDocument</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.dll</h6>
  <h5 id="C1_WPF_RichTextBox_Documents_C1HtmlDocument_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1HtmlDocument</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1HtmlDocument</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_C1HtmlDocument__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlDocument.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlDocument.-ctor.html#C1_WPF_RichTextBox_Documents_C1HtmlDocument__ctor">C1HtmlDocument()</a>
        </td>
        <td class="markdown level1 summary"></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_C1HtmlDocument_BaseUri" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlDocument.BaseUri">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlDocument.BaseUri.html#C1_WPF_RichTextBox_Documents_C1HtmlDocument_BaseUri">BaseUri</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the base <span class="xref">System.Uri</span> of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlDocument.html">C1HtmlDocument</a>. Used to resolve relative Uris.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1HtmlDocument_Root" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlDocument.Root">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlDocument.Root.html#C1_WPF_RichTextBox_Documents_C1HtmlDocument_Root">Root</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the root element of this <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlDocument.html">C1HtmlDocument</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_C1HtmlDocument_ToString" data-uid="C1.WPF.RichTextBox.Documents.C1HtmlDocument.ToString">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1HtmlDocument.ToString.html#C1_WPF_RichTextBox_Documents_C1HtmlDocument_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
