IApiRequestFormatMetadataProvider 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將要求格式的相關中繼資料資訊提供給 IApiDescriptionProvider
。
public interface class IApiRequestFormatMetadataProvider
public interface IApiRequestFormatMetadataProvider
type IApiRequestFormatMetadataProvider = interface
Public Interface IApiRequestFormatMetadataProvider
- 衍生
備註
IInputFormatter應該實作這個介面,以將中繼資料資訊公開至 IApiDescriptionProvider
。
方法
GetSupportedContentTypes(String, Type) |
取得 和 支援的內容類型 IInputFormatter |