# C1.Web.Mvc.Fluent.HtmlHelperExtension.C1

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_HtmlHelperExtension_C1_" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1*">C1 Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_HtmlHelperExtension_C1_" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1*"></a>
<h4 id="C1_Web_Mvc_Fluent_HtmlHelperExtension_C1_System_Web_Mvc_HtmlHelper_" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1(System.Web.Mvc.HtmlHelper)">C1(HtmlHelper)</h4>
<div class="markdown level1 summary"><p>Create the ControlBuilderFactory instance via <span class="xref">HtmlHelper</span>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static ControlBuilderFactory C1(this HtmlHelper helper)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function C1(helper As HtmlHelper) As ControlBuilderFactory</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><span class="xref">HtmlHelper</span></td>
      <td><span class="parametername">helper</span></td>
      <td><p>The specified <span class="xref">HtmlHelper</span> object</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory.html">ControlBuilderFactory</a></td>
      <td><p>An instance of ControlBuilderFactory</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Fluent_HtmlHelperExtension_C1_" data-uid="C1.Web.Mvc.Fluent.HtmlHelperExtension.C1*"></a>
<h4 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})">C1&lt;TModel&gt;(HtmlHelper&lt;TModel&gt;)</h4>
<div class="markdown level1 summary"><p>Create the ControlBuilderFactory instance via html helper.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static ControlBuilderFactory&lt;TModel&gt; C1&lt;TModel&gt;(this HtmlHelper&lt;TModel&gt; helper)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function C1(Of TModel)(helper As HtmlHelper(Of TModel)) As ControlBuilderFactory(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><span class="xref">HtmlHelper</span>&lt;TModel&gt;</td>
      <td><span class="parametername">helper</span></td>
      <td><p>The specified html helper object</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.html">ControlBuilderFactory</a>&lt;TModel&gt;</td>
      <td><p>An instance of ControlBuilderFactory</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="typeParameters">Type Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="parametername">TModel</span></td>
      <td><p>The specified model type</p>
</td>
    </tr>
  </tbody>
</table>
</div>
