ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonConverterAttribute Class / JsonConverterAttribute Constructor / JsonConverterAttribute Constructor(Type)
The converter type.

In This Topic
    JsonConverterAttribute Constructor(Type)
    In This Topic
    Creates an instance of JsonConverterAttribute.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal converterType As Type _
    )
    public JsonConverterAttribute( 
       Type converterType
    )

    Parameters

    converterType
    The converter type.
    See Also