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

In This Topic
    C1ConverterAttribute Class
    In This Topic
    Instructs the C1ConverterAttribute to use the specified BaseConverter when serializing the member or class.
    Object Model
    C1ConverterAttribute Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1ConverterAttribute 
       Inherits System.Attribute
    public abstract class C1ConverterAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          C1.Web.Mvc.Serialization.C1ConverterAttribute
             C1.JsonNet.JsonConverterAttribute
             C1.Web.Mvc.Serialization.C1CollectionItemConverterAttribute

    See Also