# C1.C1Preview.C1HyperlinkInfo.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1HyperlinkInfo__ctor_" data-uid="C1.C1Preview.C1HyperlinkInfo.#ctor*">C1HyperlinkInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1HyperlinkInfo__ctor_" data-uid="C1.C1Preview.C1HyperlinkInfo.#ctor*"></a>
<h4 id="C1_C1Preview_C1HyperlinkInfo__ctor_C1_C1Preview_C1Hyperlink_C1_C1Preview_C1LinkTarget_" data-uid="C1.C1Preview.C1HyperlinkInfo.#ctor(C1.C1Preview.C1Hyperlink,C1.C1Preview.C1LinkTarget)">C1HyperlinkInfo(C1Hyperlink, C1LinkTarget)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.C1HyperlinkInfo.html">C1HyperlinkInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public C1HyperlinkInfo(C1Hyperlink hyperlink, C1LinkTarget linkTarget)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(hyperlink As C1Hyperlink, linkTarget As C1LinkTarget)</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="C1.C1Preview.C1Hyperlink.html">C1Hyperlink</a></td>
      <td><span class="parametername">hyperlink</span></td>
      <td><p>The hyperlink with which the current object is associated.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a></td>
      <td><span class="parametername">linkTarget</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.C1LinkTarget.html">C1LinkTarget</a> object where hyperlink points.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
