MapWhenMiddleware(RequestDelegate, MapWhenOptions) 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 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.