ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / C1IgnoreAttribute Class
Members

In This Topic
    C1IgnoreAttribute Class
    In This Topic
    Defines the base attribute for ignore serialization or deserialization.
    Object Model
    C1IgnoreAttribute Class
    Syntax
    'Declaration
     
    Public Class C1IgnoreAttribute 
       Inherits System.Attribute
    public class C1IgnoreAttribute : System.Attribute 
    Inheritance Hierarchy

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

    See Also