IApiRequestFormatMetadataProvider Interface

Definition

Provides metadata information about the request format to an IApiDescriptionProvider.

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

Remarks

An IInputFormatter 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 IInputFormatter for the objectType and contentType.

Applies to