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

In This Topic
    Converters Property (JsonSetting)
    In This Topic
    Gets the converter collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Converters As IList(Of BaseConverter)
    public IList<BaseConverter> Converters {get;}
    See Also