# C1.Web.Mvc.Serialization.C1IgnoreAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_Serialization_C1IgnoreAttribute" data-uid="C1.Web.Mvc.Serialization.C1IgnoreAttribute" class="text-break">C1IgnoreAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Defines the base attribute for ignore serialization or deserialization.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
    <div class="level2"><span class="xref">C1IgnoreAttribute</span></div>
      <div class="level3"><a class="xref" href="C1.JsonNet.IgnoreAttribute.html">IgnoreAttribute</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_C1IgnoreAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class C1IgnoreAttribute : Attribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.ClassOrAttributeTargets.StructOrAttributeTargets.PropertyOrAttributeTargets.Field, AllowMultiple:=False)&gt;
Public Class C1IgnoreAttribute
    Inherits Attribute</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_C1IgnoreAttribute__ctor" data-uid="C1.Web.Mvc.Serialization.C1IgnoreAttribute.#ctor">
          <a class="xref" href="C1.Web.Mvc.Serialization.C1IgnoreAttribute.-ctor.html#C1_Web_Mvc_Serialization_C1IgnoreAttribute__ctor">C1IgnoreAttribute()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
