# C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder" data-uid="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder" class="text-break">SplitLayoutItemFactoryBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to generate the items in the split layout.</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.BaseBuilder-2.html">BaseBuilder</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.Web.Mvc.ISplitLayoutItem.html">ISplitLayoutItem</a>&gt;, <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.html">SplitLayoutItemFactoryBuilder</a>&gt;</div>
    <div class="level3"><span class="xref">SplitLayoutItemFactoryBuilder</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_SplitLayoutItemFactoryBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SplitLayoutItemFactoryBuilder : BaseBuilder&lt;IList&lt;ISplitLayoutItem&gt;, SplitLayoutItemFactoryBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SplitLayoutItemFactoryBuilder
    Inherits BaseBuilder(Of IList(Of ISplitLayoutItem), SplitLayoutItemFactoryBuilder)</code></pre>
  </div>
  <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_SplitLayoutItemFactoryBuilder__ctor_System_Collections_Generic_IList_C1_Web_Mvc_ISplitLayoutItem__" data-uid="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.#ctor(System.Collections.Generic.IList{C1.Web.Mvc.ISplitLayoutItem})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.-ctor.html#C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder__ctor_System_Collections_Generic_IList_C1_Web_Mvc_ISplitLayoutItem__">SplitLayoutItemFactoryBuilder(IList&lt;ISplitLayoutItem&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.html">SplitLayoutItemFactoryBuilder</a> class.</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_SplitLayoutItemFactoryBuilder_AddGroup" data-uid="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddGroup">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddGroup.html#C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder_AddGroup">AddGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Web.Mvc.SplitGroup.html">SplitGroup</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder_AddGroup_System_Action_C1_Web_Mvc_Fluent_SplitGroupBuilder__" data-uid="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddGroup(System.Action{C1.Web.Mvc.Fluent.SplitGroupBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddGroup.html#C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder_AddGroup_System_Action_C1_Web_Mvc_Fluent_SplitGroupBuilder__">AddGroup(Action&lt;SplitGroupBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Web.Mvc.SplitGroup.html">SplitGroup</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder_AddTile" data-uid="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddTile">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddTile.html#C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder_AddTile">AddTile()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Web.Mvc.SplitTile.html">SplitTile</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder_AddTile_System_Action_C1_Web_Mvc_Fluent_SplitTileBuilder__" data-uid="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddTile(System.Action{C1.Web.Mvc.Fluent.SplitTileBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder.AddTile.html#C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder_AddTile_System_Action_C1_Web_Mvc_Fluent_SplitTileBuilder__">AddTile(Action&lt;SplitTileBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a <a class="xref" href="C1.Web.Mvc.SplitTile.html">SplitTile</a> instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
