Web API Core | ComponentOne
C1.Web.Api.Pdf Namespace / PdfController Class / Formatters Property

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