RequestDelegateFactory 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
RequestDelegate從 Delegate 要求處理常式建立實作。
public static class RequestDelegateFactory
type RequestDelegateFactory = class
Public Class RequestDelegateFactory
- 繼承
-
RequestDelegateFactory
方法
Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult) |
RequestDelegate建立 的實作 |
Create(Delegate, RequestDelegateFactoryOptions) |
RequestDelegate建立 的實作 |
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions, RequestDelegateMetadataResult) |
RequestDelegate建立 的實作 |
Create(MethodInfo, Func<HttpContext,Object>, RequestDelegateFactoryOptions) |
RequestDelegate建立 的實作 |
InferMetadata(MethodInfo, RequestDelegateFactoryOptions) |
針對 所建立的 ,傳回自動 RequestDelegate 推斷的 Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult) 中繼資料。
這包括由 IEndpointMetadataProvider 參數推斷和 IEndpointParameterMetadataProvider 實作的中繼資料,並將型別傳回至 |