IApiBehaviorMetadata 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.
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