# C1.WPF.RichTextBox.C1RichTextBox.SetHtml

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_RichTextBox_C1RichTextBox_SetHtml_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SetHtml*">SetHtml Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_RichTextBox_C1RichTextBox_SetHtml_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SetHtml*"></a>
<h4 id="C1_WPF_RichTextBox_C1RichTextBox_SetHtml_System_String_System_Uri_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.SetHtml(System.String,System.Uri)">SetHtml(string, Uri)</h4>
<div class="markdown level1 summary"><p>Sets the HTML content.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SetHtml(string html, Uri baseUri)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SetHtml(html As String, baseUri As Uri)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">html</span></td>
      <td><p>A string containing HTML content.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uri">Uri</a></td>
      <td><span class="parametername">baseUri</span></td>
      <td><p>The base <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uri">Uri</a> used to resolve links and image sources.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
