WebApplication.IApplicationBuilder.Use Method
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.
Microsoft.AspNetCore.Builder.IApplicationBuilder IApplicationBuilder.Use (Func<Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.AspNetCore.Http.RequestDelegate> middleware);
abstract member Microsoft.AspNetCore.Builder.IApplicationBuilder.Use : Func<Microsoft.AspNetCore.Http.RequestDelegate, Microsoft.AspNetCore.Http.RequestDelegate> -> Microsoft.AspNetCore.Builder.IApplicationBuilder
override this.Microsoft.AspNetCore.Builder.IApplicationBuilder.Use : Func<Microsoft.AspNetCore.Http.RequestDelegate, Microsoft.AspNetCore.Http.RequestDelegate> -> Microsoft.AspNetCore.Builder.IApplicationBuilder
Function Use (middleware As Func(Of RequestDelegate, RequestDelegate)) As IApplicationBuilder Implements IApplicationBuilder.Use
Parameters
- middleware
- Func<RequestDelegate,RequestDelegate>