# C1.Web.Mvc.Fluent.SplitLayoutBuilder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Fluent_SplitLayoutBuilder" data-uid="C1.Web.Mvc.Fluent.SplitLayoutBuilder" class="text-break">SplitLayoutBuilder Class
</h1>
  <div class="markdown level0 summary"><p>Defines a builder to configurate <a class="xref" href="C1.Web.Mvc.SplitLayout.html">SplitLayout</a>.</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="C1.Web.Mvc.SplitLayout.html">SplitLayout</a>, <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.html">SplitLayoutBuilder</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Web.Mvc.Fluent.ComponentBuilder-2.html">ComponentBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.SplitLayout.html">SplitLayout</a>, <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.html">SplitLayoutBuilder</a>&gt;</div>
    <div class="level4"><a class="xref" href="C1.Web.Mvc.Fluent.ServiceBuilder-2.html">ServiceBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.SplitLayout.html">SplitLayout</a>, <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.html">SplitLayoutBuilder</a>&gt;</div>
    <div class="level5"><a class="xref" href="C1.Web.Mvc.Fluent.LayoutBaseBuilder-2.html">LayoutBaseBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.SplitLayout.html">SplitLayout</a>, <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.html">SplitLayoutBuilder</a>&gt;</div>
    <div class="level6"><span class="xref">SplitLayoutBuilder</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.html.ihtmlcontent">IHtmlContent</a></div>
    <div><a class="xref" href="C1.Web.Mvc.Fluent.ITemplateBuilder-1.html">ITemplateBuilder</a>&lt;<a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.html">SplitLayoutBuilder</a>&gt;</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_SplitLayoutBuilder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SplitLayoutBuilder : LayoutBaseBuilder&lt;SplitLayout, SplitLayoutBuilder&gt;, IHtmlContent, ITemplateBuilder&lt;SplitLayoutBuilder&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SplitLayoutBuilder
    Inherits LayoutBaseBuilder(Of SplitLayout, SplitLayoutBuilder)
    Implements IHtmlContent, ITemplateBuilder(Of SplitLayoutBuilder)</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_SplitLayoutBuilder__ctor_C1_Web_Mvc_SplitLayout_" data-uid="C1.Web.Mvc.Fluent.SplitLayoutBuilder.#ctor(C1.Web.Mvc.SplitLayout)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.-ctor.html#C1_Web_Mvc_Fluent_SplitLayoutBuilder__ctor_C1_Web_Mvc_SplitLayout_">SplitLayoutBuilder(SplitLayout)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates one <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.html">SplitLayoutBuilder</a> instance to configurate <code class="paramref">component</code>.</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_SplitLayoutBuilder_Items_System_Action_C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder__" data-uid="C1.Web.Mvc.Fluent.SplitLayoutBuilder.Items(System.Action{C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder})">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.Items.html#C1_Web_Mvc_Fluent_SplitLayoutBuilder_Items_System_Action_C1_Web_Mvc_Fluent_SplitLayoutItemFactoryBuilder__">Items(Action&lt;SplitLayoutItemFactoryBuilder&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Configure <a class="xref" href="C1.Web.Mvc.SplitLayout.Items.html#C1_Web_Mvc_SplitLayout_Items">Items</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Fluent_SplitLayoutBuilder_Orientation_C1_Web_Mvc_LayoutOrientation_" data-uid="C1.Web.Mvc.Fluent.SplitLayoutBuilder.Orientation(C1.Web.Mvc.LayoutOrientation)">
          <a class="xref" href="C1.Web.Mvc.Fluent.SplitLayoutBuilder.Orientation.html#C1_Web_Mvc_Fluent_SplitLayoutBuilder_Orientation_C1_Web_Mvc_LayoutOrientation_">Orientation(LayoutOrientation)</a>
        </td>
        <td class="markdown level1 summary"><p>Configurates <a class="xref" href="C1.Web.Mvc.SplitLayout.Orientation.html#C1_Web_Mvc_SplitLayout_Orientation">Orientation</a>.
Sets the orientation of the layout.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
