RequestDelegateResult(RequestDelegate, IReadOnlyList<Object>) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea una nuova istanza di 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))
Parametri
- requestDelegate
- RequestDelegate
- metadata
- IReadOnlyList<Object>