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

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