# C1.WPF.RichTextBox.Documents.C1Hyperlink

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_Documents_C1Hyperlink" data-uid="C1.WPF.RichTextBox.Documents.C1Hyperlink" class="text-break">C1Hyperlink Class
</h1>
  <div class="markdown level0 summary"><p>An inline-level flow content element that provides facilities for hosting hyperlinks within flow content.</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.C1TextElement.html">C1TextElement</a></div>
    <div class="level2"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Inline.html">C1Inline</a></div>
    <div class="level3"><a class="xref" href="C1.WPF.RichTextBox.Documents.C1Span.html">C1Span</a></div>
    <div class="level4"><span class="xref">C1Hyperlink</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></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_C1Hyperlink_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Hyperlink : C1Span, IEnumerable&lt;C1TextElement&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Hyperlink
    Inherits C1Span
    Implements IEnumerable(Of C1TextElement), IEnumerable</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_C1Hyperlink__ctor" data-uid="C1.WPF.RichTextBox.Documents.C1Hyperlink.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.-ctor.html#C1_WPF_RichTextBox_Documents_C1Hyperlink__ctor">C1Hyperlink()</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_C1Hyperlink_NavigateUri" data-uid="C1.WPF.RichTextBox.Documents.C1Hyperlink.NavigateUri">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.NavigateUri.html#C1_WPF_RichTextBox_Documents_C1Hyperlink_NavigateUri">NavigateUri</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a URI to navigate to when the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.html">C1Hyperlink</a> is activated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_Documents_C1Hyperlink_TargetName" data-uid="C1.WPF.RichTextBox.Documents.C1Hyperlink.TargetName">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.TargetName.html#C1_WPF_RichTextBox_Documents_C1Hyperlink_TargetName">TargetName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of a target window or frame for the <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.html">C1Hyperlink</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_C1Hyperlink_ShallowClone" data-uid="C1.WPF.RichTextBox.Documents.C1Hyperlink.ShallowClone">
          <a class="xref" href="C1.WPF.RichTextBox.Documents.C1Hyperlink.ShallowClone.html#C1_WPF_RichTextBox_Documents_C1Hyperlink_ShallowClone">ShallowClone()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a shallow copy of this element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
