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

In This Topic
    ConverterParameters Property (C1ConverterAttribute)
    In This Topic
    The parameter list to use when constructing the JsonConverter described by ConverterType. If null, the default constructor is used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConverterParameters As Object()
    public object[] ConverterParameters {get;}
    See Also