IApiRequestFormatMetadataProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |