IApiBehaviorMetadata Interface

Definition

A IFilterMetadata that indicates that a type and all derived types are used to serve HTTP API responses.

Controllers decorated with this attribute (ApiControllerAttribute) are configured with features and behavior targeted at improving the developer experience for building APIs.

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
Derived
Implements

Applies to