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)
95
builder.
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: