# C1.Web.Mvc.Fluent.ScriptsBuilder.Basic

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Fluent_ScriptsBuilder_Basic_" data-uid="C1.Web.Mvc.Fluent.ScriptsBuilder.Basic*">Basic Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Fluent_ScriptsBuilder_Basic_" data-uid="C1.Web.Mvc.Fluent.ScriptsBuilder.Basic*"></a>
<h4 id="C1_Web_Mvc_Fluent_ScriptsBuilder_Basic" data-uid="C1.Web.Mvc.Fluent.ScriptsBuilder.Basic">Basic()</h4>
<div class="markdown level1 summary"><p>Registers all scripts in basic assembly.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ScriptsBuilder Basic()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Basic() As ScriptsBuilder</code></pre>
</div>
<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.ScriptsBuilder.html">ScriptsBuilder</a></td>
      <td><p>The current builder.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Web_Mvc_Fluent_ScriptsBuilder_Basic_" data-uid="C1.Web.Mvc.Fluent.ScriptsBuilder.Basic*"></a>
<h4 id="C1_Web_Mvc_Fluent_ScriptsBuilder_Basic_System_Action_C1_Web_Mvc_Fluent_BasicBundlesBuilder__" data-uid="C1.Web.Mvc.Fluent.ScriptsBuilder.Basic(System.Action{C1.Web.Mvc.Fluent.BasicBundlesBuilder})">Basic(Action&lt;BasicBundlesBuilder&gt;)</h4>
<div class="markdown level1 summary"><p>Registers the specified script bundle in basic assembly by <a class="xref" href="C1.Web.Mvc.Fluent.BasicBundlesBuilder.html">BasicBundlesBuilder</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ScriptsBuilder Basic(Action&lt;BasicBundlesBuilder&gt; build)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function Basic(build As Action(Of BasicBundlesBuilder)) As ScriptsBuilder</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/system.action-1">Action</a>&lt;<a class="xref" href="C1.Web.Mvc.Fluent.BasicBundlesBuilder.html">BasicBundlesBuilder</a>&gt;</td>
      <td><span class="parametername">build</span></td>
      <td></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.ScriptsBuilder.html">ScriptsBuilder</a></td>
      <td><p>The current builder.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
