7 references to UsePathBase
blazor-devserver (1)
Server\Startup.cs (1)
87
app.
UsePathBase
(pathBase);
Microsoft.AspNetCore.Http.Abstractions.Tests (5)
UsePathBaseExtensionsTests.cs (5)
21
.
UsePathBase
(pathBase);
150
app.
UsePathBase
("/base");
173
app.
UsePathBase
("/base");
195
app.
UsePathBase
("/base");
212
.
UsePathBase
(new PathString(registeredPathBase));
Microsoft.AspNetCore.Server.IISIntegration (1)
IISSetupFilter.cs (1)
27
app.
UsePathBase
(_pathBase);