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

In This Topic
    ConverterType Property (JsonConverterAttribute)
    In This Topic
    Gets the type of the converter.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConverterType As Type
    public Type ConverterType {get;}
    See Also