IEndpointMetadataProvider Interface

Definition

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

public interface IEndpointMetadataProvider
type IEndpointMetadataProvider = interface
Public Interface IEndpointMetadataProvider
Derived

Methods

PopulateMetadata(MethodInfo, EndpointBuilder)

Populates metadata for the related Endpoint and MethodInfo.

Applies to