MapWhenMiddleware(RequestDelegate, MapWhenOptions) Constructor

Definition

Creates a new instance of MapWhenMiddleware.

public:
 MapWhenMiddleware(Microsoft::AspNetCore::Http::RequestDelegate ^ next, Microsoft::AspNetCore::Builder::Extensions::MapWhenOptions ^ options);
public MapWhenMiddleware (Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.AspNetCore.Builder.Extensions.MapWhenOptions options);
new Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware : Microsoft.AspNetCore.Http.RequestDelegate * Microsoft.AspNetCore.Builder.Extensions.MapWhenOptions -> Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware
Public Sub New (next As RequestDelegate, options As MapWhenOptions)

Parameters

next
RequestDelegate

The delegate representing the next middleware in the request pipeline.

options
MapWhenOptions

The middleware options.

Applies to