Share via


IEndpointMetadataProvider 接口

定义

指示类型提供静态方法,该方法在声明为参数类型或路由处理程序委托的Endpoint返回类型时提供Endpoint元数据。

public interface IEndpointMetadataProvider
type IEndpointMetadataProvider = interface
Public Interface IEndpointMetadataProvider
派生

方法

PopulateMetadata(MethodInfo, EndpointBuilder)

填充相关 EndpointMethodInfo的元数据。

适用于