Web API Edition | ComponentOne
C1.Web.Api Namespace / C1ApiController Class / Formatters Property

In This Topic
    Formatters Property
    In This Topic
    Gets the media-type formatters for this instance.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property Formatters As IEnumerable(Of MediaTypeFormatter)
    protected virtual IEnumerable<MediaTypeFormatter> Formatters {get;}
    See Also