RequestDelegateResult(RequestDelegate, IReadOnlyList<Object>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>