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