8 references to Use
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
453_app.Use(async (context, next) =>
blazor-devserver (2)
Server\Startup.cs (2)
37app.Use(async (ctx, next) => 100app.Use((context, next) =>
Microsoft.AspNetCore.Components.Server (1)
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
95builder.Use((ctx, nxt) =>
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
ComponentsWebAssemblyApplicationBuilderExtensions.cs (1)
46subBuilder.Use(async (context, next) =>
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:
Microsoft.AspNetCore.SpaServices.Extensions (2)
SpaDefaultPageMiddleware.cs (2)
22app.Use((context, next) => 43app.Use((context, next) =>