IApiRequestMetadataProvider 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.
Provides a set of possible content types than can be consumed by the action.
public interface class IApiRequestMetadataProvider
public interface class IApiRequestMetadataProvider : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IApiRequestMetadataProvider
public interface IApiRequestMetadataProvider : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IApiRequestMetadataProvider = interface
type IApiRequestMetadataProvider = interface
interface IFilterMetadata
Public Interface IApiRequestMetadataProvider
Public Interface IApiRequestMetadataProvider
Implements IFilterMetadata
- Derived
- Implements
Methods
SetContentTypes(MediaTypeCollection) |
Configures a collection of allowed content types which can be consumed by the action. |