Share via


RequestDelegateResult(RequestDelegate, IReadOnlyList<Object>) Constructeur

Définition

Crée une instance de RequestDelegateResult.

public RequestDelegateResult (Microsoft.AspNetCore.Http.RequestDelegate requestDelegate, System.Collections.Generic.IReadOnlyList<object> metadata);
new Microsoft.AspNetCore.Http.RequestDelegateResult : Microsoft.AspNetCore.Http.RequestDelegate * System.Collections.Generic.IReadOnlyList<obj> -> Microsoft.AspNetCore.Http.RequestDelegateResult
Public Sub New (requestDelegate As RequestDelegate, metadata As IReadOnlyList(Of Object))

Paramètres

requestDelegate
RequestDelegate
metadata
IReadOnlyList<Object>

S’applique à