ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / IgnoreAttribute Class
Members

In This Topic
    IgnoreAttribute Class
    In This Topic
    Defines the attribute which represents the proerty should not be serialized.
    Object Model
    IgnoreAttribute Class
    Syntax
    'Declaration
     
    Public NotInheritable Class IgnoreAttribute 
       Inherits C1.Web.Mvc.Serialization.C1IgnoreAttribute
    public sealed class IgnoreAttribute : C1.Web.Mvc.Serialization.C1IgnoreAttribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          C1.Web.Mvc.Serialization.C1IgnoreAttribute
             C1.JsonNet.IgnoreAttribute

    See Also