# C1.Web.Mvc.Serialization.IAttributeHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Serialization_IAttributeHelper" data-uid="C1.Web.Mvc.Serialization.IAttributeHelper" class="text-break">IAttributeHelper Interface
</h1>
  <div class="markdown level0 summary"><p>Defines the interface for attribute helper used to get the attribute.</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_IAttributeHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAttributeHelper</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAttributeHelper</code></pre>
  </div>
  <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_IAttributeHelper_GetCollectionItemConverterAttribute_System_Object_System_Object_" data-uid="C1.Web.Mvc.Serialization.IAttributeHelper.GetCollectionItemConverterAttribute(System.Object,System.Object)">
          <a class="xref" href="C1.Web.Mvc.Serialization.IAttributeHelper.GetCollectionItemConverterAttribute.html#C1_Web_Mvc_Serialization_IAttributeHelper_GetCollectionItemConverterAttribute_System_Object_System_Object_">GetCollectionItemConverterAttribute(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the attribute for the collection item converter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Serialization_IAttributeHelper_GetConverterAttribute_System_Object_System_Object_" data-uid="C1.Web.Mvc.Serialization.IAttributeHelper.GetConverterAttribute(System.Object,System.Object)">
          <a class="xref" href="C1.Web.Mvc.Serialization.IAttributeHelper.GetConverterAttribute.html#C1_Web_Mvc_Serialization_IAttributeHelper_GetConverterAttribute_System_Object_System_Object_">GetConverterAttribute(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the attribute for the converter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Serialization_IAttributeHelper_GetNameAttribute_System_Object_System_Object_" data-uid="C1.Web.Mvc.Serialization.IAttributeHelper.GetNameAttribute(System.Object,System.Object)">
          <a class="xref" href="C1.Web.Mvc.Serialization.IAttributeHelper.GetNameAttribute.html#C1_Web_Mvc_Serialization_IAttributeHelper_GetNameAttribute_System_Object_System_Object_">GetNameAttribute(object, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the attribute for the name.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
