18 references to UseRouting
Aspire.Dashboard.Tests (1)
Integration\MockOpenIdAuthority.cs (1)
37
app.
UseRouting
();
BrowserTelemetry.Web (1)
Program.cs (1)
23
app.
UseRouting
();
Microsoft.AspNetCore (1)
WebApplicationBuilder.cs (1)
421
app.
UseRouting
();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (7)
Buffering\PerIncomingRequestLoggingBuilderExtensionsTests.cs (1)
132
.Configure(app => app.
UseRouting
()))
Latency\AcceptanceTests.cs (1)
43
app.
UseRouting
();
Latency\ChecpointAcceptanceTests.cs (2)
56
app.
UseRouting
();
97
app.
UseRouting
();
Logging\AcceptanceTests.cs (1)
61
app.
UseRouting
();
Logging\AcceptanceTests.Mvc.cs (1)
46
.
UseRouting
()
Logging\AcceptanceTests.Routing.cs (1)
37
.
UseRouting
()
Microsoft.AspNetCore.Routing (5)
Builder\EndpointRoutingApplicationBuilderExtensions.cs (5)
27
/// A call to <see cref="
UseRouting
(IApplicationBuilder)"/> must be followed by a call to
33
/// is associated with the <see cref="HttpContext"/>. Middleware between <see cref="
UseRouting
(IApplicationBuilder)"/>
59
builder.Properties.TryAdd(UseRoutingKey, (object)
UseRouting
);
75
/// <see cref="
UseRouting
(IApplicationBuilder)"/> for the same <see cref="IApplicationBuilder"/>
80
/// is associated with the <see cref="HttpContext"/>. Middleware between <see cref="
UseRouting
(IApplicationBuilder)"/>
SignalRServerlessWeb (1)
Program.cs (1)
32
app.
UseRouting
();
SignalRWeb (1)
Program.cs (1)
20
app.
UseRouting
();
WebPubSubWeb (1)
Program.cs (1)
27
app.
UseRouting
();