# C1.Web.Mvc.Serialization.BaseSetting

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Serialization_BaseSetting" data-uid="C1.Web.Mvc.Serialization.BaseSetting" class="text-break">BaseSetting Class
</h1>
  <div class="markdown level0 summary"><p>Defines the class for settings.</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">BaseSetting</span></div>
      <div class="level2"><a class="xref" href="C1.JsonNet.JsonSetting.html">JsonSetting</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.Web.Mvc.Serialization.ISetting.html">ISetting</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Serialization.html">C1.Web.Mvc.Serialization</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Serialization_BaseSetting_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BaseSetting : ISetting</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BaseSetting
    Implements ISetting</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_Serialization_BaseSetting__ctor" data-uid="C1.Web.Mvc.Serialization.BaseSetting.#ctor">
          <a class="xref" href="C1.Web.Mvc.Serialization.BaseSetting.-ctor.html#C1_Web_Mvc_Serialization_BaseSetting__ctor">BaseSetting()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_Serialization_BaseSetting_Converters" data-uid="C1.Web.Mvc.Serialization.BaseSetting.Converters">
          <a class="xref" href="C1.Web.Mvc.Serialization.BaseSetting.Converters.html#C1_Web_Mvc_Serialization_BaseSetting_Converters">Converters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the converter collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Serialization_BaseSetting_Resolvers" data-uid="C1.Web.Mvc.Serialization.BaseSetting.Resolvers">
          <a class="xref" href="C1.Web.Mvc.Serialization.BaseSetting.Resolvers.html#C1_Web_Mvc_Serialization_BaseSetting_Resolvers">Resolvers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the resolver collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
