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.

C#
public interface IApiBehaviorMetadata : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
Derived
Implements

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0