# C1.Web.Mvc.Fluent.HtmlHelperExtension

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_HtmlHelperExtension" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension" class="text-break">HtmlHelperExtension Class
</h1>
  <div class="markdown level0 summary"><p>Extends the standard <span class="xref">HtmlHelper</span> class.</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">HtmlHelperExtension</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_HtmlHelperExtension_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class HtmlHelperExtension</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module HtmlHelperExtension</code></pre>
  </div>
  <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_HtmlHelperExtension_C1_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper)">
          <a class="xref" href="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1.html#C1_Web_Mvc_Fluent_HtmlHelperExtension_C1_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper_">C1(IHtmlHelper)</a>
        </td>
        <td class="markdown level1 summary"><p>Create the ControlBuilderFactory instance via <span class="xref">HtmlHelper</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_HtmlHelperExtension_C1__1_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper___0__" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1``1(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper{``0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1.html#C1_Web_Mvc_Fluent_HtmlHelperExtension_C1__1_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper___0__">C1&lt;TModel&gt;(IHtmlHelper&lt;TModel&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create the ControlBuilderFactory instance via html helper.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
