RequestDelegateFactory 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public static class RequestDelegateFactory
type RequestDelegateFactory = class
Public Class RequestDelegateFactory
- 继承
-
方法
Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult)
|
为 RequestDelegate 创建实现 handler 。
|
Create(Delegate, RequestDelegateFactoryOptions)
|
为 RequestDelegate 创建实现 handler 。
|
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions, RequestDelegateMetadataResult)
|
为 RequestDelegate 创建实现 methodInfo 。
|
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions)
|
为 RequestDelegate 创建实现 methodInfo 。
|
InferMetadata(MethodInfo, RequestDelegateFactoryOptions)
|
返回为 创建的 自动 RequestDelegate 推断的 Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult)元数据。
这包括由 IEndpointMetadataProvider 参数推断和 IEndpointParameterMetadataProvider 实现的元数据,并将类型返回给 methodInfo 。
|
适用于