# C1.Document.C1LinkTargetBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_C1LinkTargetBase" data-uid="C1.Document.C1LinkTargetBase" class="text-break">C1LinkTargetBase Class
</h1>
  <div class="markdown level0 summary"><p>Abstract base class for classes defining a link target.</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">C1LinkTargetBase</span></div>
      <div class="level2"><a class="xref" href="C1.Document.C1LinkTarget.html">C1LinkTarget</a></div>
      <div class="level2"><a class="xref" href="C1.Document.C1LinkTargetFile.html">C1LinkTargetFile</a></div>
      <div class="level2"><a class="xref" href="C1.Document.C1LinkTargetPage.html">C1LinkTargetPage</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_C1LinkTargetBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1LinkTargetBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1LinkTargetBase</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_Document_C1LinkTargetBase__ctor" data-uid="C1.Document.C1LinkTargetBase.#ctor">
          <a class="xref" href="C1.Document.C1LinkTargetBase.-ctor.html#C1_Document_C1LinkTargetBase__ctor">C1LinkTargetBase()</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_Document_C1LinkTargetBase_DocumentAction" data-uid="C1.Document.C1LinkTargetBase.DocumentAction">
          <a class="xref" href="C1.Document.C1LinkTargetBase.DocumentAction.html#C1_Document_C1LinkTargetBase_DocumentAction">DocumentAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Document.C1DocumentAction.html">C1DocumentAction</a> object defining the action
to execute when navigating by this link.
Can be null, in this case <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> does not change the current document.</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_Document_C1LinkTargetBase_Encode" data-uid="C1.Document.C1LinkTargetBase.Encode">
          <a class="xref" href="C1.Document.C1LinkTargetBase.Encode.html#C1_Document_C1LinkTargetBase_Encode">Encode()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.
Encodes this <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> object to the string, use <a class="xref" href="C1.Document.C1LinkTargetBase.Parse.html#C1_Document_C1LinkTargetBase_Parse_System_String_">Parse(string)</a> method to decode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1LinkTargetBase_Equals_System_Object_" data-uid="C1.Document.C1LinkTargetBase.Equals(System.Object)">
          <a class="xref" href="C1.Document.C1LinkTargetBase.Equals.html#C1_Document_C1LinkTargetBase_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_C1LinkTargetBase_GetHashCode" data-uid="C1.Document.C1LinkTargetBase.GetHashCode">
          <a class="xref" href="C1.Document.C1LinkTargetBase.GetHashCode.html#C1_Document_C1LinkTargetBase_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_C1LinkTargetBase_Parse_System_String_" data-uid="C1.Document.C1LinkTargetBase.Parse(System.String)">
          <a class="xref" href="C1.Document.C1LinkTargetBase.Parse.html#C1_Document_C1LinkTargetBase_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.
Creates <a class="xref" href="C1.Document.C1LinkTargetBase.html">C1LinkTargetBase</a> object from specified string, can return null
if string has invalid format.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
