# C1.Web.Mvc.Fluent.ControlBuilderFactory-1.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1__ctor_" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.#ctor*">ControlBuilderFactory Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1__ctor_" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.#ctor*"></a>
<h4 id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper__0__" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper{`0})">ControlBuilderFactory(IHtmlHelper&lt;TModel&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory.html">ControlBuilderFactory</a> class
by using the specified html helper instance.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ControlBuilderFactory(IHtmlHelper&lt;TModel&gt; helper)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(helper As IHtmlHelper(Of TModel))</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="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.mvc.rendering.ihtmlhelper-1">IHtmlHelper</a>&lt;TModel&gt;</td>
      <td><span class="parametername">helper</span></td>
      <td><p>The specified HtmlHelper object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
