3 references to Use
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
453_app.Use(async (context, next) =>
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
95builder.Use((ctx, nxt) =>
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\UseExtensions.cs (1)
17/// Prefer using <see cref="Use(IApplicationBuilder, Func{HttpContext, RequestDelegate, Task})"/> for better performance as shown below: