IApiBehaviorMetadata 介面

定義

IFilterMetadata 表示型別和所有衍生型別都用來提供 HTTP API 回應。

使用此屬性裝飾的控制器 (ApiControllerAttribute) 設定了以改善建置 API 開發人員體驗為目標的功能和行為。

public interface class IApiBehaviorMetadata : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IApiBehaviorMetadata : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IApiBehaviorMetadata = interface
    interface IFilterMetadata
Public Interface IApiBehaviorMetadata
Implements IFilterMetadata
衍生
實作

適用於