# C1.Web.Mvc.Fluent.ErrorTooltipBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ErrorTooltipBuilder" data-uid="C1.Web.Mvc.Fluent.ErrorTooltipBuilder" class="text-break">ErrorTooltipBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.ErrorTooltip.html">ErrorTooltip</a>.</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">HideObjectMembers</span></div>
    <div class="level2"><a class="xref" href="C1.Web.Mvc.Fluent.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ErrorTooltip.html">ErrorTooltip</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ErrorTooltipBuilder.html">ErrorTooltipBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.TooltipBaseBuilder-2.html">TooltipBaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.ErrorTooltip.html">ErrorTooltip</a>, <a class="xref" href="C1.Web.Mvc.Fluent.ErrorTooltipBuilder.html">ErrorTooltipBuilder</a>&gt;</div>
    <div class="level4"><span class="xref">ErrorTooltipBuilder</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Fluent.html">C1.Web.Mvc.Fluent</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Fluent_ErrorTooltipBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ErrorTooltipBuilder : TooltipBaseBuilder&lt;ErrorTooltip, ErrorTooltipBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ErrorTooltipBuilder
    Inherits TooltipBaseBuilder(Of ErrorTooltip, ErrorTooltipBuilder)</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_Web_Mvc_Fluent_ErrorTooltipBuilder__ctor_C1_Web_Mvc_ErrorTooltip_" data-uid="C1.Web.Mvc.Fluent.ErrorTooltipBuilder.#ctor(C1.Web.Mvc.ErrorTooltip)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorTooltipBuilder.-ctor.html#C1_Web_Mvc_Fluent_ErrorTooltipBuilder__ctor_C1_Web_Mvc_ErrorTooltip_">ErrorTooltipBuilder(ErrorTooltip)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.ErrorTooltipBuilder.html">ErrorTooltipBuilder</a> instance to configurate <code class="paramref">obj</code>.</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_Web_Mvc_Fluent_ErrorTooltipBuilder_IsContentHtml_System_Boolean_" data-uid="C1.Web.Mvc.Fluent.ErrorTooltipBuilder.IsContentHtml(System.Boolean)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ErrorTooltipBuilder.IsContentHtml.html#C1_Web_Mvc_Fluent_ErrorTooltipBuilder_IsContentHtml_System_Boolean_">IsContentHtml(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.ErrorTooltip.IsContentHtml.html#C1_Web_Mvc_ErrorTooltip_IsContentHtml">IsContentHtml</a>.
Sets whether the tooltip contents should be displayed as plain text or as HTML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
