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

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1" class="text-break">ControlBuilderFactory&lt;TModel&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Define a factory class to create different control builders, with model bindings.</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.ControlBuilderFactory.html">ControlBuilderFactory</a></div>
    <div class="level3"><span class="xref">ControlBuilderFactory&lt;TModel&gt;</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_ControlBuilderFactory_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ControlBuilderFactory&lt;TModel&gt; : ControlBuilderFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ControlBuilderFactory(Of TModel)
    Inherits ControlBuilderFactory</code></pre>
  </div>
  <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></td>
      </tr>
    </tbody>
  </table>
  <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_ControlBuilderFactory_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper__0__" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.#ctor(Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper{`0})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.-ctor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1__ctor_Microsoft_AspNetCore_Mvc_Rendering_IHtmlHelper__0__">ControlBuilderFactory(IHtmlHelper&lt;TModel&gt;)</a>
        </td>
        <td 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>
</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_ControlBuilderFactory_1_AutoCompleteFor_System_Linq_Expressions_Expression_System_Func__0_System_String___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.AutoCompleteFor(System.Linq.Expressions.Expression{System.Func{`0,System.String}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.AutoCompleteFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_AutoCompleteFor_System_Linq_Expressions_Expression_System_Func__0_System_String___">AutoCompleteFor(Expression&lt;Func&lt;TModel, string&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a AutoCompleteBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_ComboBoxFor__1_System_Linq_Expressions_Expression_System_Func__0___0___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.ComboBoxFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.ComboBoxFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_ComboBoxFor__1_System_Linq_Expressions_Expression_System_Func__0___0___">ComboBoxFor&lt;TObject&gt;(Expression&lt;Func&lt;TModel, TObject&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a ComboBoxBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputColorFor_System_Linq_Expressions_Expression_System_Func__0_System_String___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputColorFor(System.Linq.Expressions.Expression{System.Func{`0,System.String}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputColorFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputColorFor_System_Linq_Expressions_Expression_System_Func__0_System_String___">InputColorFor(Expression&lt;Func&lt;TModel, string&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputColorBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateFor_System_Linq_Expressions_Expression_System_Func__0_System_DateTime___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputDateFor(System.Linq.Expressions.Expression{System.Func{`0,System.DateTime}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputDateFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateFor_System_Linq_Expressions_Expression_System_Func__0_System_DateTime___">InputDateFor(Expression&lt;Func&lt;TModel, DateTime&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputDateBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_DateTime____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputDateFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.DateTime}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputDateFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_DateTime____">InputDateFor(Expression&lt;Func&lt;TModel, DateTime?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputDateBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_DateTime___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputDateTimeFor(System.Linq.Expressions.Expression{System.Func{`0,System.DateTime}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputDateTimeFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_DateTime___">InputDateTimeFor(Expression&lt;Func&lt;TModel, DateTime&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputDateTimeBuilder object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_DateTime____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputDateTimeFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.DateTime}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputDateTimeFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputDateTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_DateTime____">InputDateTimeFor(Expression&lt;Func&lt;TModel, DateTime?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputDateTimeBuilder object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputMaskFor__1_System_Linq_Expressions_Expression_System_Func__0___0___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputMaskFor``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputMaskFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputMaskFor__1_System_Linq_Expressions_Expression_System_Func__0___0___">InputMaskFor&lt;TObject&gt;(Expression&lt;Func&lt;TModel, TObject&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputMaskBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Decimal___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Decimal}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Decimal___">InputNumberFor(Expression&lt;Func&lt;TModel, decimal&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Double___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Double}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Double___">InputNumberFor(Expression&lt;Func&lt;TModel, double&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Int16___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Int16}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Int16___">InputNumberFor(Expression&lt;Func&lt;TModel, short&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Int32___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Int32}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Int32___">InputNumberFor(Expression&lt;Func&lt;TModel, int&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Int64___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Int64}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Int64___">InputNumberFor(Expression&lt;Func&lt;TModel, long&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Decimal____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.Decimal}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Decimal____">InputNumberFor(Expression&lt;Func&lt;TModel, decimal?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Double____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.Double}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Double____">InputNumberFor(Expression&lt;Func&lt;TModel, double?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Int16____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.Int16}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Int16____">InputNumberFor(Expression&lt;Func&lt;TModel, short?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Int32____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.Int32}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Int32____">InputNumberFor(Expression&lt;Func&lt;TModel, int?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Int64____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.Int64}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Int64____">InputNumberFor(Expression&lt;Func&lt;TModel, long?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Single____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.Single}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_Single____">InputNumberFor(Expression&lt;Func&lt;TModel, float?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Single___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputNumberFor(System.Linq.Expressions.Expression{System.Func{`0,System.Single}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputNumberFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputNumberFor_System_Linq_Expressions_Expression_System_Func__0_System_Single___">InputNumberFor(Expression&lt;Func&lt;TModel, float&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputNumberBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_DateTime___" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputTimeFor(System.Linq.Expressions.Expression{System.Func{`0,System.DateTime}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputTimeFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_DateTime___">InputTimeFor(Expression&lt;Func&lt;TModel, DateTime&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputTimeBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_DateTime____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.InputTimeFor(System.Linq.Expressions.Expression{System.Func{`0,System.Nullable{System.DateTime}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.InputTimeFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_InputTimeFor_System_Linq_Expressions_Expression_System_Func__0_System_Nullable_System_DateTime____">InputTimeFor(Expression&lt;Func&lt;TModel, DateTime?&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an InputTimeBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_IsSingleArgumentIndexer_System_Linq_Expressions_Expression_" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.IsSingleArgumentIndexer(System.Linq.Expressions.Expression)">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.IsSingleArgumentIndexer.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_IsSingleArgumentIndexer_System_Linq_Expressions_Expression_">IsSingleArgumentIndexer(Expression)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_MultiAutoCompleteFor__1_System_Linq_Expressions_Expression_System_Func__0_System_Collections_Generic_IEnumerable___0____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.MultiAutoCompleteFor``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.MultiAutoCompleteFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_MultiAutoCompleteFor__1_System_Linq_Expressions_Expression_System_Func__0_System_Collections_Generic_IEnumerable___0____">MultiAutoCompleteFor&lt;TObject&gt;(Expression&lt;Func&lt;TModel, IEnumerable&lt;TObject&gt;&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a MultiAutoCompleteBuilder.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_ControlBuilderFactory_1_MultiSelectFor__1_System_Linq_Expressions_Expression_System_Func__0_System_Collections_Generic_IEnumerable___0____" data-uid="C1.Web.Mvc.Fluent.ControlBuilderFactory`1.MultiSelectFor``1(System.Linq.Expressions.Expression{System.Func{`0,System.Collections.Generic.IEnumerable{``0}}})">
          <a class="xref" href="C1.Web.Mvc.Fluent.ControlBuilderFactory-1.MultiSelectFor.html#C1_Web_Mvc_Fluent_ControlBuilderFactory_1_MultiSelectFor__1_System_Linq_Expressions_Expression_System_Func__0_System_Collections_Generic_IEnumerable___0____">MultiSelectFor&lt;TObject&gt;(Expression&lt;Func&lt;TModel, IEnumerable&lt;TObject&gt;&gt;&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a MultiSelectBuilder.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
