Aracılığıyla paylaş


RequestDelegateFactory.InferMetadata Yöntem

Tanım

tarafından Create(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult)oluşturulan için RequestDelegate otomatik olarak çıkarılan meta verileri döndürür. Bu, tarafından çıkarsanan IEndpointMetadataProvider ve IEndpointParameterMetadataProvider parametresi tarafından uygulanan meta verileri ve dönüş türlerini methodInfoiçerir.

public static Microsoft.AspNetCore.Http.RequestDelegateMetadataResult InferMetadata (System.Reflection.MethodInfo methodInfo, Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions? options = default);
static member InferMetadata : System.Reflection.MethodInfo * Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions -> Microsoft.AspNetCore.Http.RequestDelegateMetadataResult
Public Shared Function InferMetadata (methodInfo As MethodInfo, Optional options As RequestDelegateFactoryOptions = Nothing) As RequestDelegateMetadataResult

Parametreler

Döndürülenler

RequestDelegateMetadataResult öğesine geçirilecekCreate(Delegate, RequestDelegateFactoryOptions, RequestDelegateMetadataResult).

Şunlara uygulanır