# C1.Web.Mvc.Serialization.BaseResolver

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Serialization_BaseResolver" data-uid="C1.Web.Mvc.Serialization.BaseResolver" class="text-break">BaseResolver Class
</h1>
  <div class="markdown level0 summary"><p>Defines the base class for resolver.</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">BaseResolver</span></div>
      <div class="level2"><a class="xref" href="C1.JsonNet.JsonResolver.html">JsonResolver</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_BaseResolver_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseResolver</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseResolver</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_BaseResolver__ctor" data-uid="C1.Web.Mvc.Serialization.BaseResolver.#ctor">
          <a class="xref" href="C1.Web.Mvc.Serialization.BaseResolver.-ctor.html#C1_Web_Mvc_Serialization_BaseResolver__ctor">BaseResolver()</a>
        </td>
        <td class="markdown level1 summary"></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_Serialization_BaseResolver_CanResolve_System_String_System_Object_System_Type_C1_Web_Mvc_Serialization_IContext_" data-uid="C1.Web.Mvc.Serialization.BaseResolver.CanResolve(System.String,System.Object,System.Type,C1.Web.Mvc.Serialization.IContext)">
          <a class="xref" href="C1.Web.Mvc.Serialization.BaseResolver.CanResolve.html#C1_Web_Mvc_Serialization_BaseResolver_CanResolve_System_String_System_Object_System_Type_C1_Web_Mvc_Serialization_IContext_">CanResolve(string, object, Type, IContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the object can use this resolver.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Serialization_BaseResolver_ResolveConverter_System_String_System_Object_System_Type_C1_Web_Mvc_Serialization_IContext_" data-uid="C1.Web.Mvc.Serialization.BaseResolver.ResolveConverter(System.String,System.Object,System.Type,C1.Web.Mvc.Serialization.IContext)">
          <a class="xref" href="C1.Web.Mvc.Serialization.BaseResolver.ResolveConverter.html#C1_Web_Mvc_Serialization_BaseResolver_ResolveConverter_System_String_System_Object_System_Type_C1_Web_Mvc_Serialization_IContext_">ResolveConverter(string, object, Type, IContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the converter for this resolver.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Serialization_BaseResolver_ResolvePropertyName_System_String_System_Object_System_Type_C1_Web_Mvc_Serialization_IContext_" data-uid="C1.Web.Mvc.Serialization.BaseResolver.ResolvePropertyName(System.String,System.Object,System.Type,C1.Web.Mvc.Serialization.IContext)">
          <a class="xref" href="C1.Web.Mvc.Serialization.BaseResolver.ResolvePropertyName.html#C1_Web_Mvc_Serialization_BaseResolver_ResolvePropertyName_System_String_System_Object_System_Type_C1_Web_Mvc_Serialization_IContext_">ResolvePropertyName(string, object, Type, IContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name after being resolved.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
