IApiResponseTypeMetadataProvider Interface

Definition

Provides metadata information about the response format to an IApiDescriptionProvider.

public interface class IApiResponseTypeMetadataProvider
public interface IApiResponseTypeMetadataProvider
type IApiResponseTypeMetadataProvider = interface
Public Interface IApiResponseTypeMetadataProvider
Derived

Remarks

An IOutputFormatter should implement this interface to expose metadata information to an IApiDescriptionProvider.

Methods

GetSupportedContentTypes(String, Type)

Gets a filtered list of content types which are supported by the IOutputFormatter for the objectType and contentType.

Applies to