RequestDelegateResult(RequestDelegate, IReadOnlyList<Object>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>