WebApplication.IApplicationBuilder.Use Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
Parameter
- middleware
- Func<RequestDelegate,RequestDelegate>