Share via


RequestDelegateResult(RequestDelegate, IReadOnlyList<Object>) Constructor

Definition

Creates a new instance of 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))

Parameters

requestDelegate
RequestDelegate
metadata
IReadOnlyList<Object>

Applies to