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

In This Topic
    JsonConverterAttribute Class
    In This Topic
    Instructs the JsonConverterAttribute to use the specified JsonConverter when serializing the member or class.
    Object Model
    JsonConverterAttribute Class
    Syntax
    'Declaration
     
    Public NotInheritable Class JsonConverterAttribute 
       Inherits C1.Web.Mvc.Serialization.C1ConverterAttribute
    public sealed class JsonConverterAttribute : C1.Web.Mvc.Serialization.C1ConverterAttribute 
    Inheritance Hierarchy

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

    See Also