IEndpointParameterMetadataProvider Interface

Definition

Indicates that a type provides a static method that provides Endpoint metadata when declared as the parameter type of an Endpoint route handler delegate.

public interface IEndpointParameterMetadataProvider
type IEndpointParameterMetadataProvider = interface
Public Interface IEndpointParameterMetadataProvider

Methods

PopulateMetadata(ParameterInfo, EndpointBuilder)

Populates metadata for the related Endpoint and ParameterInfo.

Applies to