# C1.Web.Mvc.Serialization.ISetting

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Serialization_ISetting" data-uid="C1.Web.Mvc.Serialization.ISetting" class="text-break">ISetting Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the interface for setting.</p>
</div>
  <div class="markdown level0 conceptual"></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_ISetting_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISetting</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ISetting</code></pre>
  </div>
  <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_ISetting_Converters" data-uid="C1.Web.Mvc.Serialization.ISetting.Converters">
          <a class="xref" href="C1.Web.Mvc.Serialization.ISetting.Converters.html#C1_Web_Mvc_Serialization_ISetting_Converters">Converters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the converter collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Serialization_ISetting_Resolvers" data-uid="C1.Web.Mvc.Serialization.ISetting.Resolvers">
          <a class="xref" href="C1.Web.Mvc.Serialization.ISetting.Resolvers.html#C1_Web_Mvc_Serialization_ISetting_Resolvers">Resolvers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the resolver collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
