# 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.Web.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_System_Web_Mvc_HtmlHelper_" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1(System.Web.Mvc.HtmlHelper)">
          <a class="xref" href="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1.html#C1_Web_Mvc_Fluent_HtmlHelperExtension_C1_System_Web_Mvc_HtmlHelper_">C1(HtmlHelper)</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_System_Web_Mvc_HtmlHelper___0__" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1``1(System.Web.Mvc.HtmlHelper{``0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1.html#C1_Web_Mvc_Fluent_HtmlHelperExtension_C1__1_System_Web_Mvc_HtmlHelper___0__">C1&lt;TModel&gt;(HtmlHelper&lt;TModel&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create the ControlBuilderFactory instance via html helper.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
